[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.Device.CheckThreadingSupport

CheckThreadingSupport Method

CheckThreadingSupport(out bool, out bool)

Check if this device is supporting threading.

Declaration
public HResult CheckThreadingSupport(out bool supportsConcurrentResources, out bool supportsCommandLists)
Parameters
Type Name Description
bool supportsConcurrentResources

Support concurrent resources.

bool supportsCommandLists

Support command lists.

Returns
Type Description
HResult

A HResult object describing the result of the operation.