mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-15 20:17:14 +00:00
Update python examples to work with latest code
This commit is contained in:
@@ -40,7 +40,7 @@ def sampleCode(controller):
|
||||
|
||||
filename = str(int(texsave.resourceId))
|
||||
|
||||
print("Saving images of %s at %d: %s" % (filename, draw.eventId, draw.name))
|
||||
print("Saving images of %s at %d: %s" % (filename, draw.eventId, draw.GetName(controller.GetStructuredFile())))
|
||||
|
||||
# Save different types of texture
|
||||
|
||||
|
||||
Reference in New Issue
Block a user