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

Function glBindSampler

source/glbinding/source/gl/functions_b.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void glBindSampler(GLuint unit, GLuint sampler)
257{
258 return glbinding::Binding::BindSampler(unit, sampler);
259}
260
261void glBindSamplers(GLuint first, GLsizei count, const GLuint * samplers)
262{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected