Fix DXIL check to work on any dxc version

This commit is contained in:
baldurk
2020-07-02 10:07:42 +01:00
parent 904c29e5eb
commit aa3fda9baa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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()