MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / bind

Method bind

Engine/GLShader.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void
128GLShader::bind()
129{
130 glUseProgram(_imp->shaderID);
131}
132
133bool
134GLShader::link(std::string* error)

Callers 7

applyMaskMixMethod · 0.80
fillMethod · 0.80
computeHistogramMethod · 0.80
activateShaderRGBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected