MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / DrawDisplayItems

Method DrawDisplayItems

TombEngine/Renderer/RendererDrawMenu.cpp:1188–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1186 }
1187
1188 void Renderer::DrawDisplayItems()
1189 {
1190 if (!g_DrawItems.IsEmpty())
1191 {
1192 _context->ClearDepthStencilView(_renderTarget.DepthStencilView.Get(), D3D11_CLEAR_DEPTH | D3D11_CLEAR_STENCIL, 1.0f, 0);
1193 g_DrawItems.Draw();
1194 }
1195 }
1196
1197 void Renderer::DrawExamines()
1198 {

Callers

nothing calls this directly

Calls 3

IsEmptyMethod · 0.45
GetMethod · 0.45
DrawMethod · 0.45

Tested by

no test coverage detected