| 41 | } |
| 42 | |
| 43 | void* imguimalloc(size_t size, void* /*userptr*/) |
| 44 | { |
| 45 | return malloc(size); |
| 46 | } |
| 47 | |
| 48 | static const unsigned TEMP_COORD_COUNT = 100; |
| 49 | static float g_tempCoords[TEMP_COORD_COUNT*2]; |
nothing calls this directly
no outgoing calls
no test coverage detected