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