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

Function glBindFragmentShaderATI

source/glbinding/source/gl/functions_b.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void glBindFragmentShaderATI(GLuint id)
177{
178 return glbinding::Binding::BindFragmentShaderATI(id);
179}
180
181void glBindFramebuffer(GLenum target, GLuint framebuffer)
182{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected