add NumStandardAttrPurposes

This commit is contained in:
faiface 2016-12-01 16:12:51 +01:00
parent c35dac11af
commit 51f94b29b0
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ const (
Transform
// Camera is a camera view matrix
Camera
// NumStandardAttrPurposes is the number of standard attribute purposes
NumStandardAttrPurposes
)
// AttrType represents the type of an OpenGL attribute.