Searched refs:max_uni (Results 1 – 1 of 1) sorted by relevance
5874 GLint max_uni = 0; in test() local5877 gl.getIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &max_uni); in test()5881 for (GLint i = 0; i < max_uni; ++i) in test()