mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Check that all complex struct members that have :type: in docstrings
* Ideally we'd document every member unconditionally for best autocompletion, but that's a lot of modification so for now we stick to just making sure that any members that are struct types (or lists/tuples) have the :type: declaration so that we can autocomplete inside them.
This commit is contained in:
@@ -369,6 +369,10 @@ TEMPLATE_ARRAY_INSTANTIATE(rdcarray, FloatVector)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, GraphicsAPI)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, GPUDevice)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, ShaderVariableType)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, ShaderChangeStats)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, ResourceBindStats)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, SamplerBindStats)
|
||||
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, ConstantBindStats)
|
||||
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