Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
void
128
GLShader::bind()
129
{
130
glUseProgram(_imp->shaderID);
131
}
132
133
bool
134
GLShader::link(std::string* error)
Callers
7
applyMaskMix
Method · 0.80
copyUnProcessedChannels
Method · 0.80
fill
Method · 0.80
activateHistogramComputingShader
Method · 0.80
activateHistogramRenderingShader
Method · 0.80
computeHistogram
Method · 0.80
activateShaderRGB
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected