Concurrency namespace constants (AMP)
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
| HLSL_MAX_NUM_BUFFERS Constant | MODULENAME_MAX_LENGTH Constant |
The maximum number of buffers allowed by DirectX.
static const UINT HLSL_MAX_NUM_BUFFERS = 64 + 128;
Stores the maximum length of the module name. This value must be the same on the compiler and runtime.
static const UINT MODULENAME_MAX_LENGTH = 1024;
Show: