Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HLSL_MAX_NUM_BUFFERS
MODULENAME_MAX_LENGTH
HLSL_MAX_NUM_BUFFERS Constant
The maximum number of buffers allowed by DirectX.
static const UINT HLSL_MAX_NUM_BUFFERS = 64 + 128;
MODULENAME_MAX_LENGTH Constant
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;