Table of Contents

Enum BufferUsage

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

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.