| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected