Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
static unsigned g_gfxCmdQueueSize = 0;
48
49
static void resetGfxCmdQueue()
50
{
51
g_gfxCmdQueueSize = 0;
52
g_textPoolSize = 0;
53
}
54
55
static void addGfxCmdScissor(int x, int y, int w, int h)
56
{
Callers
1
imguiBeginFrame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected