Files
renderdoc/qrenderdoc/Code
baldurk d88aad8fc2 Add a query to determine logical identifiers for descriptors
* This is a consideration for any cases where binding numbers are relevant -
  primarily D3D11 and GL - where the offset into an arbitrary (and possibly
  fake) descriptor storage is not helpful but knowing the register binding
  definitely is.
* If someone wants to look at the raw descriptor contents without respect to a
  particular shader access they can use this query to determine a more useful
  'name' for any given descriptor. On D3D11 and GL this gives the register
  number, on Vulkan it gives the binding number (and array element). On D3D12 it
  just repeats the offset effectively.
2024-04-10 18:58:50 +01:00
..
2024-02-12 11:04:52 +00:00
2024-02-12 11:04:52 +00:00
2024-02-12 11:04:52 +00:00
2024-02-12 11:04:52 +00:00
2024-02-12 11:04:52 +00:00
2024-02-12 11:04:52 +00:00
2024-02-12 11:04:52 +00:00
2024-02-12 11:04:52 +00:00
2024-02-12 11:04:52 +00:00