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

Method PopulatePerFramePSData

trinity/Eve/EveSpaceScene.cpp:3066–3069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3064}
3065
3066void EveSpaceScene::PopulatePerFramePSData( PerFramePSData& data, Tr2RenderContext& renderContext )
3067{
3068 PopulatePerFramePSData( data, m_cascadedShadowMap, renderContext );
3069}
3070
3071void EveSpaceScene::PopulatePerFramePSData( PerFramePSData& data, Tr2ShadowMap* shadowMap, Tr2RenderContext& renderContext )
3072{

Callers

nothing calls this directly

Calls 14

PopulatePerFramePSDataFunction · 0.85
TransposeFunction · 0.85
GetViewTransformFunction · 0.85
GetProjectionTransformFunction · 0.85
GetAspectRatioFunction · 0.85
GetCurrentFrameCounterFunction · 0.85
GetRenderTargetWidthMethod · 0.80
GetRenderTargetHeightMethod · 0.80
GetMipLodBiasMethod · 0.80
PopulatePerFrameDataMethod · 0.80
Vector3Class · 0.50
Vector4Class · 0.50

Tested by

no test coverage detected