Bitmap for WPF
Create(Device,Resource,UnorderedAccessViewDescription) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 > UnorderedAccessView クラス > Create メソッド : Create(Device,Resource,UnorderedAccessViewDescription) メソッド
The device to use when creating this UnorderedAccessView.
The resource that represents the render-target surface. This surface must have been created with the UnorderedAccessflag.
A structure describing the UnorderedAccessViewto be created.
Creates a UnorderedAccessViewfor accessing resource data.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByVal resource As Resource, _
   ByVal description As UnorderedAccessViewDescription _
) As UnorderedAccessView

パラメータ

device
The device to use when creating this UnorderedAccessView.
resource
The resource that represents the render-target surface. This surface must have been created with the UnorderedAccessflag.
description
A structure describing the UnorderedAccessViewto be created.
参照

UnorderedAccessView クラス
UnorderedAccessView メンバ
オーバーロード一覧