Searched defs:GLSupport (Results 1 – 1 of 1) sorted by relevance
68 struct GLSupport { struct69 int maxLights = 0;70 int maxVertexAttribs = 0;71 int maxClipPlane = 0;72 int maxTexUnits = 0;73 int maxTexImageUnits = 0;74 int maxTexSize = 0;75 int maxCombinedTexImageUnits = 0;77 int maxTransformFeedbackSeparateAttribs = 0;78 int maxUniformBufferBindings = 0;[all …]