Searched refs:maxTfSeparateComponents (Results 1 – 1 of 1) sorted by relevance
241 int maxTfSeparateComponents = 0; in isProgramSupported() local246 gl.getIntegerv(GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS, &maxTfSeparateComponents); in isProgramSupported()281 if (tfMode == GL_SEPARATE_ATTRIBS && numComponents > maxTfSeparateComponents) in isProgramSupported()