mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Enable Python shader trace validation by default
This commit is contained in:
@@ -619,7 +619,7 @@ class TestCase:
|
||||
|
||||
log.success("Backbuffer is identical to reference")
|
||||
|
||||
def process_trace(self, trace: rd.ShaderDebugTrace, validate: bool = False):
|
||||
def process_trace(self, trace: rd.ShaderDebugTrace, validate: bool = True):
|
||||
variables = {}
|
||||
cycles = 0
|
||||
allChanges = []
|
||||
|
||||
Reference in New Issue
Block a user