Skip to content

Commit 921b86c

Browse files
author
Greg Roth
authored
Rename 64-bit atomic heap resource support bit (#3568)
merge #3567 into release-1.6.2104 Technically, the test matched the spec, but the D3D header didn't. I'm more interested in making this work than who was right though ;) (cherry picked from commit 028fa6d)
1 parent 062c184 commit 921b86c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/unittests/HLSL/ExecutionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ class ExecutionTest {
12321232
D3D12_FEATURE_DATA_D3D12_OPTIONS11 O11;
12331233
if (FAILED(pDevice->CheckFeatureSupport((D3D12_FEATURE)D3D12_FEATURE_D3D12_OPTIONS11, &O11, sizeof(O11))))
12341234
return false;
1235-
return O11.AtomicInt64OnDescriptorHeapResourcesSupported != FALSE;
1235+
return O11.AtomicInt64OnDescriptorHeapResourceSupported != FALSE;
12361236
#else
12371237
UNREFERENCED_PARAMETER(pDevice);
12381238
return false;

0 commit comments

Comments
 (0)