You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. enum VertexBufferTarget for valid bind points for vertex buffers. Ideally we'd make sure the enum values are set such that casting to GLuint is O(1).
e.g.
enum VertexBufferTargetfor valid bind points for vertex buffers. Ideally we'd make sure the enum values are set such that casting toGLuintis O(1).