mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix DXIL check to work on any dxc version
This commit is contained in:
@@ -39,7 +39,7 @@ class D3D12_CBuffer_Zoo(rdtest.TestCase):
|
||||
disasm = self.controller.DisassembleShader(pipe.GetGraphicsPipelineObject(), pipe.GetShaderReflection(stage),
|
||||
'')
|
||||
|
||||
self.check('ps_6_0' in disasm)
|
||||
self.check('SM6.0' in disasm)
|
||||
|
||||
self.check_event()
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ class D3D12_Reflection_Zoo(rdtest.TestCase):
|
||||
disasm = self.controller.DisassembleShader(pipe.GetGraphicsPipelineObject(), pipe.GetShaderReflection(stage),
|
||||
'')
|
||||
|
||||
self.check('ps_6_0' in disasm)
|
||||
self.check('SM6.0' in disasm)
|
||||
|
||||
self.check_event()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user