mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-21 09:20:41 +00:00
Update fetch_shader python example to latest API
This commit is contained in:
@@ -29,7 +29,7 @@ def printVar(v, indent = ''):
|
||||
def sampleCode(controller):
|
||||
print("Available disassembly formats:")
|
||||
|
||||
targets = controller.GetDisassemblyTargets()
|
||||
targets = controller.GetDisassemblyTargets(True)
|
||||
|
||||
for disasm in targets:
|
||||
print(" - " + disasm)
|
||||
|
||||
Reference in New Issue
Block a user