D3D11X_COMPUTE_CONTEXT_CREATE_FLAGS Enumeration

Flags that control creating a compute context.

Syntax

typedef enum D3D11X_COMPUTE_CONTEXT_CREATE_FLAGS
{
    D3D11X_COMPUTE_CONTEXT_CREATE_MEDIUM_PRIORITY = 0x1
} D3D11X_COMPUTE_CONTEXT_CREATE_FLAGS;  

Constants

Constant Description
D3D11X_COMPUTE_CONTEXT_CREATE_MEDIUM_PRIORITY Creates a compute context that has medium priority.

Remarks

This enumeration is used by the D3D11_COMPUTE_CONTEXT_DESC structure.

Requirements

Header: Declared in d3d11_x.h.

Library: Use d3d11_x.lib.