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

Method PushRenderTarget

trinity/Shader/Tr2EffectStateManager.cpp:1043–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041}
1042
1043void Tr2EffectStateManager::PushRenderTarget( unsigned slot )
1044{
1045 m_renderContext.PushRenderTarget( slot );
1046}
1047
1048void Tr2EffectStateManager::PushRenderTarget( const Tr2TextureAL& rt, unsigned slot )
1049{

Callers 14

ExecuteMethod · 0.45
StartLayerMethod · 0.45
RunJobHelperMethod · 0.45
RenderShadowsMethod · 0.45
DrawIntoFunction · 0.45
DrawPartiallyIntoFunction · 0.45
ExecuteMethod · 0.45
RenderGodRaysMethod · 0.45
ExecuteMethod · 0.45
RenderDepthPassMethod · 0.45
RenderMainPassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected