Searched defs:gl_transform_attrib (Results 1 – 1 of 1) sorted by relevance
1339 struct gl_transform_attrib struct1341 GLenum MatrixMode; /**< Matrix mode */1342 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */1343 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */1344 GLbitfield ClipPlanesEnabled; /**< on/off bitmask */1345 GLboolean Normalize; /**< Normalize all normals? */1346 GLboolean RescaleNormals; /**< GL_EXT_rescale_normal */1347 GLboolean RasterPositionUnclipped; /**< GL_IBM_rasterpos_clip */1348 GLboolean DepthClamp; /**< GL_ARB_depth_clamp */1350 GLenum ClipOrigin; /**< GL_LOWER_LEFT or GL_UPPER_LEFT */[all …]