GLClientState.h | 129 bool normalized; member in struct:GLClientState::__anon1654 213 void setVertexAttribState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data, bool isInt = false); 217 void setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt = false); 598 *ptr = (T)(vertexAttrib.normalized);
|