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

Method writeGeometryProgramRef

OgreMain/src/OgreMaterialSerializer.cpp:1358–1362  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1356 }
1357 //-----------------------------------------------------------------------
1358 void MaterialSerializer::writeGeometryProgramRef( const Pass *pPass )
1359 {
1360 writeGpuProgramRef( "geometry_program_ref", pPass->getGeometryProgram(),
1361 pPass->getGeometryProgramParameters() );
1362 }
1363 //--
1364 //-----------------------------------------------------------------------
1365 void MaterialSerializer::writeFragmentProgramRef( const Pass *pPass )

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected