mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 17:17:11 +00:00
ae3a6da6bd
* When a descriptor table is unbounded in the root signature we don't want to pass potentially multiple 100k descriptors through just because they're technically available. * Instead use the declared array size of the last register in the space (since a descriptor table in the RS might correspond to multiple HLSL variables) to limit which registers are actually available, which is possibly orders of magnitude less.