mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
77269327ef
* This is a simple test using descriptor indexing in fragment and compute shaders, with sampled images and storage buffers, including passing bindless arrays through functions to be sure that's tracked properly. * There's also a define to turn on a reasonably bad case (though not worst/extreme) of # of descriptors - roughly 5 million descriptors allocated in total, with roughly 1 million bound at draw time.