MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / setSource

Method setSource

OgreMain/src/OgreGpuProgram.cpp:168–174  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

166 }
167 //-----------------------------------------------------------------------------
168 void GpuProgram::setSource( const String &source )
169 {
170 mSource = source;
171 mFilename.clear();
172 mLoadFromFile = false;
173 mCompileError = false;
174 }
175 //-----------------------------------------------------------------------------
176 void GpuProgram::setSource( const String &source, const String &debugFilename )
177 {

Callers 3

compileShaderCodeMethod · 0.45
compileShaderMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected