MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / resetGfxCmdQueue

Function resetGfxCmdQueue

demo/imgui.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47static unsigned g_gfxCmdQueueSize = 0;
48
49static void resetGfxCmdQueue()
50{
51 g_gfxCmdQueueSize = 0;
52 g_textPoolSize = 0;
53}
54
55static void addGfxCmdScissor(int x, int y, int w, int h)
56{

Callers 1

imguiBeginFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected