Skip to content

Commit f500294

Browse files
github-actions[bot]damyanp
authored andcommitted
chore: autopublish 2025-11-07T05:31:15Z
1 parent 90810ef commit f500294

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tools/clang/unittests/HLSLExec/ExecutionTest.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12503,8 +12503,8 @@ static void WriteReadBackDump(st::ShaderOp *pShaderOp, st::ShaderOpTest *pTest,
1250312503
// It's exclusive with the use of the DLL as a TAEF target.
1250412504
extern "C" {
1250512505
__declspec(dllexport) HRESULT WINAPI
12506-
InitializeOpTests([[maybe_unused]] void *pStrCtx,
12507-
[[maybe_unused]] st::OutputStringFn pOutputStrFn) {
12506+
InitializeOpTests([[maybe_unused]] void *pStrCtx,
12507+
[[maybe_unused]] st::OutputStringFn pOutputStrFn) {
1250812508
#ifdef _FORCE_EXPERIMENTAL_SHADERS
1250912509
HMODULE Runtime = LoadLibraryW(L"d3d12.dll");
1251012510

@@ -12521,9 +12521,9 @@ InitializeOpTests([[maybe_unused]] void *pStrCtx,
1252112521
}
1252212522

1252312523
__declspec(dllexport) HRESULT WINAPI
12524-
RunOpTest(void *pStrCtx, st::OutputStringFn pOutputStrFn, LPCSTR pText,
12525-
ID3D12Device *pDevice, ID3D12CommandQueue *pCommandQueue,
12526-
ID3D12Resource *pRenderTarget, char **pReadBackDump) {
12524+
RunOpTest(void *pStrCtx, st::OutputStringFn pOutputStrFn, LPCSTR pText,
12525+
ID3D12Device *pDevice, ID3D12CommandQueue *pCommandQueue,
12526+
ID3D12Resource *pRenderTarget, char **pReadBackDump) {
1252712527

1252812528
HRESULT hr;
1252912529
if (pReadBackDump)

tools/clang/unittests/HLSLExec/HlslExecTestUtils.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ static bool enableExperimentalMode(ID3D12DeviceFactory *DeviceFactory) {
559559
if (FAILED(HR = DeviceFactory->EnableExperimentalFeatures(
560560
1, &D3D12ExperimentalShaderModels, nullptr, nullptr))) {
561561
LogWarningFmt(L"EnableExperimentalFeature(D3D12ExperimentalShaderModels) "
562-
L"failed: 0x%08x",
563-
HR);
562+
L"failed: 0x%08x",
563+
HR);
564564
return false;
565565
}
566566

0 commit comments

Comments
 (0)