Skip to content

Commit 084143e

Browse files
authored
Update concurrency-namespace-constants-amp.md
1 parent 7756159 commit 084143e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/parallel/amp/reference/concurrency-namespace-constants-amp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ The maximum number of buffers allowed by DirectX.
1616
static const UINT HLSL_MAX_NUM_BUFFERS = 64 + 128;
1717
```
1818

19-
## <a name="modulename_max_length"></a> MODULENAME_MAX_LENGTH Constant
19+
## <a name="modulename_max_length"></a> `MODULENAME_MAX_LENGTH` constant
2020

21-
Stores the maximum length of the module name. This value must be the same on the compiler and runtime.
21+
Stores the maximum length of the module name. This value must be the same at compile time and runtime.
2222

2323
```cpp
2424
static const UINT MODULENAME_MAX_LENGTH = 1024;

0 commit comments

Comments
 (0)