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

Method createMicrocode

OgreMain/src/OgreGpuProgramManager.cpp:270–273  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

268 }
269 //---------------------------------------------------------------------
270 GpuProgramManager::Microcode GpuProgramManager::createMicrocode( const uint32 size ) const
271 {
272 return Microcode( OGRE_NEW MemoryDataStream( size ) );
273 }
274 //---------------------------------------------------------------------
275 void GpuProgramManager::addMicrocodeToCache( const String &source,
276 const GpuProgramManager::Microcode &microcode )

Callers 4

compileMicrocodeMethod · 0.80
compileAndLinkMethod · 0.80
loadIndividualProgramMethod · 0.80
compileAndLinkMethod · 0.80

Calls 1

MemoryDataStreamClass · 0.85

Tested by

no test coverage detected