Correct struct name typo in python script

This commit is contained in:
baldurk
2024-03-15 14:35:35 +00:00
parent 525babb868
commit 4caf3e4e13
+1 -1
View File
@@ -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)