Bitmap for UWP
Create(Device,DataStream,BufferDescription) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct3D11 名前空間 > Buffer クラス > Create メソッド : Create(Device,DataStream,BufferDescription) メソッド
The device with which to associate the buffer.
Initial data used to initialize the buffer.
The description of the buffer.
Initializes a new instance of the Bufferclass.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByVal data As DataStream, _
   ByVal description As BufferDescription _
) As Buffer
public static Buffer Create( 
   Device device,
   DataStream data,
   BufferDescription description
)

パラメータ

device
The device with which to associate the buffer.
data
Initial data used to initialize the buffer.
description
The description of the buffer.
参照

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