| 35 | } |
| 36 | |
| 37 | void* imguimalloc(size_t size, void* /*userptr*/) |
| 38 | { |
| 39 | return malloc(size); |
| 40 | } |
| 41 | |
| 42 | static const unsigned TEMP_COORD_COUNT = 100; |
| 43 | static float g_tempCoords[TEMP_COORD_COUNT * 2]; |
nothing calls this directly
no outgoing calls
no test coverage detected