File tree Expand file tree Collapse file tree
tools/clang/unittests/HLSLExec Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12476,10 +12476,6 @@ void main(uint threadIdx : SV_GroupThreadID)
1247612476}
1247712477)";
1247812478
12479- #if 0
12480- printf("%s\n", ShaderSource.c_str());
12481- #endif
12482-
1248312479 auto CreateDefineFromInt = [](const wchar_t *Name, int Value) {
1248412480 std::wstringstream Stream;
1248512481 Stream << L"-D" << Name << L"=" << Value;
@@ -12574,14 +12570,6 @@ void main(uint threadIdx : SV_GroupThreadID)
1257412570 BiasInterpretationEnumDefine.c_str(),
1257512571 };
1257612572
12577- #if 0
12578- // Print options for debugging
12579- WEX::Logging::Log::Comment(L"Shader compilation options:");
12580- for (UINT i = 0; i < _countof(Options); i++) {
12581- WEX::Logging::Log::Comment(Options[i]);
12582- }
12583- #endif
12584-
1258512573 CComPtr<LinAlgHeaderIncludeHandler> IncludeHandler =
1258612574 new LinAlgHeaderIncludeHandler(m_support);
1258712575
You can’t perform that action at this time.
0 commit comments