Initializes a new instance of the
BufferDescriptionstruct.
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As ResourceUsage, _
ByVal As BindFlags, _
ByVal As CpuAccessFlags, _
ByVal As ResourceMiscFlags, _
ByVal As System.Integer _
)
public BufferDescription(
System.int ,
ResourceUsage ,
BindFlags ,
CpuAccessFlags ,
ResourceMiscFlags ,
System.int
)
パラメータ
- sizeInBytes
- The size in bytes.
- usage
- The usage.
- bindFlags
- The bind flags.
- cpuAccessFlags
- The CPU access flags.
- miscFlags
- The option flags.
- structureByteStride
- The structure byte stride.
参照