We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7584ba6 commit 216e6daCopy full SHA for 216e6da
llvm/include/llvm/Frontend/HLSL/HLSLResource.h
@@ -22,6 +22,8 @@ namespace hlsl {
22
using dxil::ResourceClass;
23
using dxil::ResourceKind;
24
25
+const unsigned CBufferRowSizeInBytes = 16U;
26
+
27
} // namespace hlsl
28
} // namespace llvm
29
0 commit comments