'宣言 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.