ID3D11ComputeContextX::GetType Method

Returns the type of the compute context, such as IMMEDIATE or DEFERRED.

Syntax

public:
D3D11_COMPUTE_CONTEXT_TYPE GetType()  

Return value

Type: D3D11_COMPUTE_CONTEXT_TYPE 

Returns the type of the compute context, as a D3D11_COMPUTE_CONTEXT_TYPE enumeration constant. Currently, this method always returns D3D11_COMPUTE_CONTEXT_IMMEDIATE.

Requirements

Header: Declared in d3d11_x.h.

Library: Use d3d11_x.lib.

See also

Reference

ID3D11ComputeContextX Interface

ID3D11ComputeContextX Members