mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Added ShaderDirectAccess helper struct and ShaderVariable set/get
ShaderDirectAccess is used to reference resources which are accessed directly from the Shader (not via a direct binding). Shader resource references using direct binding are stored in ShaderBindIndex.
This commit is contained in:
@@ -166,3 +166,6 @@ Shader Variables
|
||||
|
||||
.. autoclass:: renderdoc.ShaderBindIndex
|
||||
:members:
|
||||
|
||||
.. autoclass:: renderdoc.ShaderDirectAccess
|
||||
:members:
|
||||
|
||||
Reference in New Issue
Block a user