Skip to content

Commit 5d4fb6b

Browse files
Fix header comment
1 parent 6dc644b commit 5d4fb6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/clang/unittests/HLSLExec/CoopVecAPIExtensions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
#if D3D12_PREVIEW_SDK_VERSION < 717
44

5-
// This file contains the definitions of the D3D12 cooperative vector API extensions.
6-
// It is used to test the cooperative vector API extensions on older SDKs.
5+
// This file contains the definitions of the D3D12 cooperative vector API.
6+
// It is used to test the cooperative vector API on older SDKs.
77

88
constexpr int D3D12_FEATURE_D3D12_OPTIONS_EXPERIMENTAL = 9;
99
constexpr int D3D12_FEATURE_COOPERATIVE_VECTOR = 11;

0 commit comments

Comments
 (0)