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

Function glCreateSamplers

source/glbinding/source/gl/functions_c.cpp:1166–1169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1164}
1165
1166void glCreateSamplers(GLsizei n, GLuint * samplers)
1167{
1168 return glbinding::Binding::CreateSamplers(n, samplers);
1169}
1170
1171void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores)
1172{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected