Home | History | Annotate | Download | only in functional

Lines Matching refs:maxTexImageUnits

505 	int				maxTexImageUnits = 0x1234;
507 ctx.glGetIntegerv (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &maxTexImageUnits);
511 ctx.glBindSampler (maxTexImageUnits, sampler);