GpuBufferManager Class |
Namespace: NeoAxis
public static class GpuBufferManager
The GpuBufferManager type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IndexBuffers | |
![]() ![]() | VertexBuffers |
Name | Description | |
---|---|---|
![]() ![]() | CreateIndexBuffer(Int32, GpuBufferFlags) | |
![]() ![]() | CreateIndexBuffer(Int32, GpuBufferFlags) | |
![]() ![]() | CreateVertexBuffer(Byte, VertexLayout, GpuBufferFlags) | |
![]() ![]() | CreateVertexBuffer(Int32, VertexLayout, GpuBufferFlags) | |
![]() ![]() | DestroyNativeObjects | |
![]() ![]() | DestroyNativeObjectsNotUsedForLongTime |
A method to temporary destroy internal GPU buffers which are not used long time.
|