MCPcopy Create free account
hub / github.com/cginternals/glbinding / glBindSamplers

Function glBindSamplers

source/glbinding/source/gl/functions_b.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void glBindSamplers(GLuint first, GLsizei count, const GLuint * samplers)
262{
263 return glbinding::Binding::BindSamplers(first, count, samplers);
264}
265
266void glBindShadingRateImageNV(GLuint texture)
267{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected