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

Method hasCompileError

OgreMain/src/OgreUnifiedHighLevelGpuProgram.cpp:259–265  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

257 }
258 //-----------------------------------------------------------------------
259 bool UnifiedHighLevelGpuProgram::hasCompileError() const
260 {
261 if( auto& d = _getDelegate() )
262 return d->hasCompileError();
263 else
264 return false;
265 }
266 //-----------------------------------------------------------------------
267 void UnifiedHighLevelGpuProgram::resetCompileError()
268 {

Callers 1

checkHardwareSupportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected