mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 17:36:36 +00:00
Add new common pipeline state accessors for descriptor-based accesses
* These are temporarily given separate names, to allow them to exist in parallel with the existing helpers, but in future these will be renamed when the older helpers are removed.
This commit is contained in:
@@ -417,6 +417,7 @@ TEMPLATE_ARRAY_INSTANTIATE(rdcarray, Descriptor)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, SamplerDescriptor)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, DescriptorAccess)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, DescriptorLogicalLocation)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, UsedDescriptor)
|
||||
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