Bitmap for UWP
Create(Device,Resource,ShaderResourceViewDescription) メソッド

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

パラメータ

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

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