Rename ShaderVariableType/Descriptor to ShaderConstant

* These structs are no longer used with ShaderVariable so the name is misleading
  at best.
This commit is contained in:
baldurk
2020-12-04 10:42:45 +00:00
parent 659fdaa235
commit 580f96c8a1
17 changed files with 57 additions and 57 deletions
+2 -2
View File
@@ -75,10 +75,10 @@ Shader Constants
.. autoclass:: renderdoc.ShaderConstant
:members:
.. autoclass:: renderdoc.ShaderVariableType
.. autoclass:: renderdoc.ShaderConstantType
:members:
.. autoclass:: renderdoc.ShaderVariableDescriptor
.. autoclass:: renderdoc.ShaderConstantDescriptor
:members:
.. autoclass:: renderdoc.VarType