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

Method Present

trinity/Tr2SwapChain.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool Tr2SwapChain::Present( Tr2RenderContext& renderContext )
51{
52 return SUCCEEDED( m_swapChain.Present( renderContext ) );
53}
54
55int Tr2SwapChain::GetWidth() const
56{

Callers 5

HandleRenderTickMethod · 0.45
HandleRenderTickMethod · 0.45
HandleRenderTickMethod · 0.45
HandleRenderTickMethod · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected