Change DebugPixel() to take a DebugShaderInputs struct

DebugShaderInputs struct contains existing the parameters:

sample
primitive

and a new parameter

view

Default constructor for DebugShaderInputs sets the parameters to NoPreference (~0U).
This commit is contained in:
Jake Turner
2024-02-27 13:59:58 +00:00
parent 5516f67227
commit 7934d1d16e
39 changed files with 151 additions and 85 deletions
+6
View File
@@ -80,3 +80,9 @@ Pixel History
.. autoclass:: PixelValue
:members:
Shader Debuging
---------------
.. autoclass:: DebugPixelInputs
:members: