Files
renderdoc/util/test/demos
baldurk 68401caea3 Generate larger staging buffer for vulkan discard patterns
* The pattern buffer is 64x8 but doing copies to each target location can cause
  issues on very large textures. Instead we generate a 256x256 buffer with
  repetitions on load (which is still only ~256-512kB), and copy from that. We
  can still do truncated copies so we don't need a smaller buffer, and this
  greatly reduces the number of buffer copies issued.
2022-02-04 16:45:14 +00:00
..
2022-01-10 12:51:37 +00:00
2021-01-13 14:25:54 +00:00
2021-11-19 12:26:06 +00:00
2021-01-13 13:56:10 +00:00
2021-02-01 12:49:02 +00:00