Replace fixed C arrays with wrapper class in public interface

* These map more naturally to python tuples and are easier to wrap in and out.
* We also tidy up the FloatVecVal etc and standardise the members of
  ShaderValue.
This commit is contained in:
baldurk
2020-12-09 15:17:21 +00:00
parent 580f96c8a1
commit 7ff7e0a71d
66 changed files with 1833 additions and 1459 deletions
-12
View File
@@ -129,15 +129,3 @@ Shader Variables
.. autoclass:: renderdoc.PointerVal
:members:
.. autoclass:: renderdoc.FloatVecVal
:members:
.. autoclass:: renderdoc.DoubleVecVal
:members:
.. autoclass:: renderdoc.UIntVecVal
:members:
.. autoclass:: renderdoc.IntVecVal
:members: