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

Method DrawTexture

trinity/Tr2Renderer.cpp:750–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750bool Tr2Renderer::DrawTexture( Tr2RenderContext& renderContext, Tr2Material* effect, const Tr2TextureAL& texture )
751{
752 if( s_blitter )
753 {
754 return s_blitter->Draw( renderContext, effect, texture );
755 }
756 return false;
757}
758
759// --------------------------------------------------------------------------------------
760// Description:

Callers

nothing calls this directly

Calls 2

DrawMethod · 0.45

Tested by

no test coverage detected