Searched defs:GLSupport (Results 1 – 1 of 1) sorted by relevance
55 struct GLSupport { struct56 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \ in GLSupport() argument64 int maxLights;65 int maxVertexAttribs;66 int maxClipPlane;67 int maxTexUnits;68 int maxTexImageUnits;69 int maxTexSize;70 Version glslVersion;71 bool GL_EXT_TEXTURE_FORMAT_BGRA8888;[all …]