mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-17 03:56:43 +00:00
* If the descriptor set only declares bindings 0 and 1, then a declared UBO with binding 2 - even if unused by the shader - will crash the driver. * As a workaround for now we just #define out these UBOs unless compiling a pipeline that requires them. * On OpenGL we just define the macro always, since this isn't needed.