Files
test/source/blender
Clément Foucault f6639cc4fc DRW: DebugDraw: Port module to C++ and add GPU capabilities
This is a complete rewrite of the draw debug drawing module in C++.
It uses `GPUStorageBuf` to store the data to be drawn and use indirect
drawing. This makes it easier to do a mirror API for GPU shaders.

The C++ API class is exposed through `draw_debug.hh` and should be used
when possible in new code.

However, the debug drawing will not work for platform not yet supporting
`GPUStorageBuf`. Also keep in mind that this module must only be used
in debug build for performance and compatibility reasons.
2022-08-09 15:45:46 +02:00
..
2022-08-08 20:33:43 -07:00
2022-08-03 19:28:05 +02:00
2022-08-07 10:09:31 +12:00
2022-03-16 11:58:22 +11:00
2022-08-09 21:07:50 +10:00
2022-08-09 13:37:29 +10:00
2022-05-17 15:34:02 +10:00