MCPcopy Create free account
hub / github.com/carbonengine/trinity / SetPerFrameDataForPicking

Method SetPerFrameDataForPicking

trinity/Interior/Tr2InteriorScene.cpp:1240–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238}
1239
1240void Tr2InteriorScene::SetPerFrameDataForPicking( Tr2RenderContext& renderContext )
1241{
1242 Tr2PerFramePSData perFramePS;
1243 Tr2PerFrameVSData perFrameVS;
1244
1245 PopulatePerFramePSData( perFramePS, renderContext );
1246 PopulatePerFrameVSData( perFrameVS );
1247
1248 Tr2BindPerFramePSData( perFramePS, renderContext );
1249 Tr2BindPerFrameVSData( perFrameVS, renderContext );
1250}
1251
1252int64_t Tr2InteriorScene::ConstructKey( unsigned int objectGroup, Tr2InteriorBatchGroup batchGroup )
1253{

Callers

nothing calls this directly

Calls 4

PopulatePerFramePSDataFunction · 0.85
PopulatePerFrameVSDataFunction · 0.85
Tr2BindPerFramePSDataFunction · 0.85
Tr2BindPerFrameVSDataFunction · 0.85

Tested by

no test coverage detected