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

Function Tr2BindPerFrameVSData

trinity/Tr2ConstantBufferFormats.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void Tr2BindPerFrameVSData( Tr2PerFrameVSData& data, Tr2RenderContext& renderContext )
55{
56 FillAndSetConstants( s_perFrameVSData, &data, sizeof( data ), Tr2RenderContextEnum::VERTEX_SHADER, Tr2Renderer::GetPerFrameVSStartRegister(), renderContext );
57}
58
59void Tr2BindPerFramePSData( Tr2PerFramePSData& data, Tr2RenderContext& renderContext )
60{

Callers 1

Calls 1

FillAndSetConstantsFunction · 0.70

Tested by

no test coverage detected