Searched defs:GLSupport (Results 1 – 1 of 1) sorted by relevance
39 struct GLSupport { struct40 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \ in GLSupport() argument48 int maxLights;49 int maxVertexAttribs;50 int maxClipPlane;51 int maxTexUnits;52 int maxTexImageUnits;53 int maxTexSize;54 Version glslVersion;55 bool GL_EXT_TEXTURE_FORMAT_BGRA8888;[all …]