-----------------------------------------------------------------------
| 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 ) |
nothing calls this directly
no test coverage detected