Enum BufferUsage
A usage hint for optimizing memory placement of graphics buffers.
public enum BufferUsage
Fields
None = 0
No special usage.
WriteOnly = 1
The buffer will not be readable and will be optimized for rendering and writing.
A usage hint for optimizing memory placement of graphics buffers.
public enum BufferUsage
None = 0
No special usage.
WriteOnly = 1
The buffer will not be readable and will be optimized for rendering and writing.