Home | History | Annotate | Download | only in opengl

Lines Matching defs:packAlignment

102     GLint packAlignment = 4;
104 ::glGetIntegerv(GL_PACK_ALIGNMENT, &packAlignment);
105 if (packAlignment > 4) {
113 ::glPixelStorei(GL_PACK_ALIGNMENT, packAlignment);