Flags that control creating a compute context.
typedef enum D3D11X_COMPUTE_CONTEXT_CREATE_FLAGS
{
D3D11X_COMPUTE_CONTEXT_CREATE_MEDIUM_PRIORITY = 0x1
} D3D11X_COMPUTE_CONTEXT_CREATE_FLAGS;
| Constant | Description |
|---|---|
| D3D11X_COMPUTE_CONTEXT_CREATE_MEDIUM_PRIORITY | Creates a compute context that has medium priority. |
This enumeration is used by the D3D11_COMPUTE_CONTEXT_DESC structure.
Header: Declared in d3d11_x.h.
Library: Use d3d11_x.lib.