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 7756159 commit 084143eCopy full SHA for 084143e
docs/parallel/amp/reference/concurrency-namespace-constants-amp.md
@@ -16,9 +16,9 @@ The maximum number of buffers allowed by DirectX.
16
static const UINT HLSL_MAX_NUM_BUFFERS = 64 + 128;
17
```
18
19
-## <a name="modulename_max_length"></a> MODULENAME_MAX_LENGTH Constant
+## <a name="modulename_max_length"></a> `MODULENAME_MAX_LENGTH` constant
20
21
-Stores the maximum length of the module name. This value must be the same on the compiler and runtime.
+Stores the maximum length of the module name. This value must be the same at compile time and runtime.
22
23
```cpp
24
static const UINT MODULENAME_MAX_LENGTH = 1024;
0 commit comments