We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8138d1d commit 802c735Copy full SHA for 802c735
1 file changed
tools/clang/lib/Headers/hlsl/dx/linalg.h
@@ -12,7 +12,7 @@ namespace hlsl {
12
13
namespace dxil {
14
15
-// This enum is be _exactly_ the DXIL constants.
+// This enum must _exactly_ match the DXIL constants.
16
enum class ComponentType : uint32_t {
17
Invalid = 0,
18
I1 = 1,
@@ -76,6 +76,9 @@ struct ComponentType {
76
__COMPONENT_TYPE(F64),
77
};
78
79
+
80
+#undef __COMPONENT_TYPE
81
82
using ComponentEnum = ComponentType::ComponentEnum;
83
84
struct MatrixUse {
0 commit comments