mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Remove unused cycles variable in VK_ShaderDebugZoo
This commit is contained in:
@@ -38,7 +38,7 @@ class VK_Shader_Debug_Zoo(rdtest.TestCase):
|
||||
self.controller.FreeTrace(trace)
|
||||
continue
|
||||
|
||||
cycles, variables = self.process_trace(trace)
|
||||
_, variables = self.process_trace(trace)
|
||||
|
||||
output: rd.SourceVariableMapping = self.find_output_source_var(trace, rd.ShaderBuiltin.ColorOutput, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user