IDeviceContext.CreateBuffer

Declaration

public LightTransport.BufferID CreateBuffer(ulong count, ulong stride);

Parameters

count Number of elements in the buffer.
stride Stride of the buffer in bytes.

Returns

BufferID ID of the newly created buffer.

Description

Create a new buffer for a number of elements with a given stride.


Did you find this page useful? Please give it a rating: