mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-24 00:11:35 +00:00
Update python examples to work with latest code
This commit is contained in:
@@ -229,7 +229,7 @@ def sampleCode(controller):
|
||||
# Move to that draw
|
||||
controller.SetFrameEvent(draw.eventId, True)
|
||||
|
||||
print("Decoding mesh inputs at %d: %s\n\n" % (draw.eventId, draw.name))
|
||||
print("Decoding mesh inputs at %d: %s\n\n" % (draw.eventId, draw.GetName(controller.GetStructuredFile())))
|
||||
|
||||
# Calculate the mesh input configuration
|
||||
meshInputs = getMeshInputs(controller, draw)
|
||||
|
||||
Reference in New Issue
Block a user