Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 932 Bytes

concurrency-namespace-constants-amp.md

File metadata and controls

31 lines (22 loc) · 932 Bytes
description title ms.date f1_keywords ms.assetid
Learn more about: Concurrency namespace constants (AMP)
Concurrency namespace constants (AMP)
11/04/2016
amp/Concurrency::HLSL_MAX_NUM_BUFFERS
amp/Concurrency::MODULENAME_MAX_LENGTH
13a8e8cd-2eec-4e60-a91d-5d271072747b

Concurrency namespace constants (AMP)

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;

See also

Concurrency Namespace (C++ AMP)