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

Method DrawScreenQuad

trinity/Tr2Renderer.cpp:1006–1012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004
1005
1006void Tr2Renderer::DrawScreenQuad( Tr2RenderContext& renderContext, Tr2Material* effect )
1007{
1008 if( s_blitter )
1009 {
1010 s_blitter->Draw( renderContext, effect );
1011 }
1012}
1013
1014void Tr2Renderer::DrawScreenQuad( Tr2RenderContext& renderContext, Tr2Effect* effect, const Vector2& topLeft, const Vector2& bottomRight )
1015{

Callers

nothing calls this directly

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected