MCPcopy Create free account
hub / github.com/ImageEngine/cortex / pushIDShader

Method pushIDShader

src/IECoreGL/Selector.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 void pushIDShader( const IECoreGL::Shader *shader )
212 {
213 bindIDShader( shader );
214 m_IDShaderStack.push( shader );
215 }
216
217 void popIDShader()
218 {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected