Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the set of supported devices for the game based on device capabilities.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
Syntax
public enum GraphicsProfile
Members
Member name | Description | |
---|---|---|
HiDef | Use the largest available set of graphic features and capabilities to target devices, such as an Xbox 360 console and a Windows-based computer, that have more enhanced graphic capabilities. | |
Reach | Use a limited set of graphic features and capabilities, allowing the game to support the widest variety of devices, including all Windows-based computers and Windows Phone. |
Remarks
Use the reach profile to create a game for all supported platforms.
See Also
Reference
Microsoft.Xna.Framework.Graphics Namespace
GraphicsAdapter.IsProfileSupported Method
GraphicsAdapter.QueryBackBufferFormat Method
GraphicsAdapter.QueryRenderTargetFormat Method
Platforms
Xbox 360, Windows 7, Windows Vista, Windows XP