mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 16:06:31 +00:00
Add a stubbed out query for pulling descriptor contents out of a store
This commit is contained in:
@@ -412,6 +412,9 @@ TEMPLATE_ARRAY_INSTANTIATE(rdcarray, ShaderChangeStats)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, ResourceBindStats)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, SamplerBindStats)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, ConstantBindStats)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, Descriptor)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, DescriptorRange)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, SamplerDescriptor)
|
||||
TEMPLATE_NAMESPACE_ARRAY_INSTANTIATE(rdcarray, VKPipe, Attachment)
|
||||
TEMPLATE_NAMESPACE_ARRAY_INSTANTIATE(rdcarray, VKPipe, BindingElement)
|
||||
TEMPLATE_NAMESPACE_ARRAY_INSTANTIATE(rdcarray, VKPipe, DescriptorBinding)
|
||||
|
||||
Reference in New Issue
Block a user