MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / End

Method End

SampleFramework11/v1.02/Graphics/SpriteRenderer.cpp:436–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void SpriteRenderer::End()
437{
438 _ASSERT(context);
439 _ASSERT(initialized);
440 context = nullptr;
441
442 D3DPERF_EndEvent();
443}
444
445}

Callers 6

RenderMethod · 0.80
RenderHUDMethod · 0.80
RunMethod · 0.80
RenderTextMethod · 0.80
StartProfileMethod · 0.80
EndProfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected