Class BufferInfo
Buffer information.
Namespace: Evergine.Runtimes.GLB
Assembly: Evergine.Runtimes.GLB.dll
Syntax
public class BufferInfo
Constructors
BufferInfo(byte[])
Initializes a new instance of the BufferInfo class.
Declaration
public BufferInfo(byte[] bufferBytes)
Parameters
Type | Name | Description |
---|---|---|
byte[] | bufferBytes | The bytes. |
Fields
bufferBytes
Buffer bytes.
Declaration
public byte[] bufferBytes
Field Value
Type | Description |
---|---|
byte[] |
bufferHandle
Buffer handle.
Declaration
public GCHandle bufferHandle
Field Value
Type | Description |
---|---|
GCHandle |
bufferPointer
Buffer pointer.
Declaration
public nint bufferPointer
Field Value
Type | Description |
---|---|
nint |
Methods
Dispose()
Disposes of the resources.
Declaration
public void Dispose()