Skip to content

Commit 6f8a4e2

Browse files
Re-enable debug layer
1 parent 20b6ad7 commit 6f8a4e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/unittests/HLSLExec/ExecutionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ class ExecutionTest {
758758
#endif
759759
}
760760

761-
bool UseDebugIfaces() { return false; }
761+
bool UseDebugIfaces() { return true; }
762762

763763
bool SaveImages() { return GetTestParamBool(L"SaveImages"); }
764764

0 commit comments

Comments
 (0)