Table of Contents

Enum GraphicsProfile

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

Defines a set of graphic capabilities.

public enum GraphicsProfile

Fields

HiDef = 1

Use the largest available set of graphic features and capabilities to target devices, that have more enhanced graphic capabilities.

Reach = 0

Use a limited set of graphic features and capabilities, allowing the game to support the widest variety of devices.