Skip to content

Commit 0d341ee

Browse files
chore: autopublish 2025-10-27T18:22:35Z
1 parent 042a23f commit 0d341ee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tools/clang/unittests/HLSLExec/ExecutionTest.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13517,7 +13517,7 @@ static void WriteReadBackDump(st::ShaderOp *pShaderOp, st::ShaderOpTest *pTest,
1351713517
// It's exclusive with the use of the DLL as a TAEF target.
1351813518
extern "C" {
1351913519
__declspec(dllexport) HRESULT WINAPI
13520-
InitializeOpTests(void *pStrCtx, st::OutputStringFn pOutputStrFn) {
13520+
InitializeOpTests(void *pStrCtx, st::OutputStringFn pOutputStrFn) {
1352113521
HRESULT hr = ExecutionTest::EnableExperimentalShaderModels();
1352213522
if (FAILED(hr)) {
1352313523
pOutputStrFn(pStrCtx, L"Unable to enable experimental shader models.\r\n.");
@@ -13526,9 +13526,9 @@ InitializeOpTests(void *pStrCtx, st::OutputStringFn pOutputStrFn) {
1352613526
}
1352713527

1352813528
__declspec(dllexport) HRESULT WINAPI
13529-
RunOpTest(void *pStrCtx, st::OutputStringFn pOutputStrFn, LPCSTR pText,
13530-
ID3D12Device *pDevice, ID3D12CommandQueue *pCommandQueue,
13531-
ID3D12Resource *pRenderTarget, char **pReadBackDump) {
13529+
RunOpTest(void *pStrCtx, st::OutputStringFn pOutputStrFn, LPCSTR pText,
13530+
ID3D12Device *pDevice, ID3D12CommandQueue *pCommandQueue,
13531+
ID3D12Resource *pRenderTarget, char **pReadBackDump) {
1353213532

1353313533
HRESULT hr;
1353413534
if (pReadBackDump)

0 commit comments

Comments
 (0)