mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 04:50:35 +00:00
Correct struct name typo in python script
This commit is contained in:
@@ -14,7 +14,7 @@ class D3D12_PrimitiveID(rdtest.TestCase):
|
||||
rdtest.log.print("Skipping undebuggable shader at {}.".format(action.eventId))
|
||||
return
|
||||
|
||||
inputs = rd.DebugPixleInputs()
|
||||
inputs = rd.DebugPixelInputs()
|
||||
inputs.primitive = prim
|
||||
trace: rd.ShaderDebugTrace = self.controller.DebugPixel(x, y, inputs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user