Bitmap for WPF
CheckThreadingSupport メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 > Device クラス : CheckThreadingSupport メソッド
Support concurrent resources.
Support command lists.
Check if this device is supporting threading.
シンタックス
'宣言
 
Public Function CheckThreadingSupport( _
   ByRef supportsConcurrentResources As System.Boolean, _
   ByRef supportsCommandLists As System.Boolean _
) As HResult
public HResult CheckThreadingSupport( 
   out System.bool supportsConcurrentResources,
   out System.bool supportsCommandLists
)

パラメータ

supportsConcurrentResources
Support concurrent resources.
supportsCommandLists
Support command lists.

戻り値の型

A C1.Util.DX.HResultobject describing the result of the operation.
参照

Device クラス
Device メンバ