GlbData.CreateBuffer

GlbData.CreateBuffer method

Creates a new Buffer instance and adds it to !:GlbImage.LogicalBuffers.

public Buffer CreateBuffer(int byteCount)
ParameterTypeDescription
byteCountInt32the size of the buffer, in bytes.

Return Value

A Buffer instance.

See Also