GlbData.UseBuffer

GlbData.UseBuffer method

Creates or reuses a Buffer instance at !:GlbImage.LogicalBuffers.

public Buffer UseBuffer(byte[] content)
ParameterTypeDescription
contentByte[]the byte array to be wrapped as a buffer

Return Value

A Buffer instance.

See Also