MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ImDrawCmd

Method ImDrawCmd

Externals/imgui-1.46/Include/imgui.h:1041–1041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039 void* UserCallbackData; // The draw callback code can access this.
1040
1041 ImDrawCmd() { ElemCount = 0; ClipRect.x = ClipRect.y = -8192.0f; ClipRect.z = ClipRect.w = +8192.0f; TextureId = NULL; UserCallback = NULL; UserCallbackData = NULL; }
1042};
1043
1044// Vertex index (override with, e.g. '#define ImDrawIdx unsigned int' in ImConfig)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected