mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
* Add indirect draw with indirect count (BGFX_CAPS_DRAW_INDIRECT_COUNT) * Update bindings * VK: Add support for BGFX_CAPS_DRAW_INDIRECT_COUNT * D3D12: Add support for BGFX_CAPS_DRAW_INDIRECT_COUNT * GL: Add support for BGFX_CAPS_DRAW_INDIRECT_COUNT * 48-drawindirect: Use BGFX_CAPS_DRAW_INDIRECT_COUNT if available * 48-drawindirect: Update shaders
3 lines
53 B
Scala
3 lines
53 B
Scala
#define INDIRECT_COUNT
|
|
#include "cs_drawindirect.sc"
|