Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

GraphicsDeviceType

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

Graphics device API type.

Many different low-level graphics APIs can be used by Unity. If for some reason you need to know whether Direct3D 9 or 11 is being used, or OpenGL ES 2 or 3, you can use SystemInfo.graphicsDeviceType to check for that.

See Also: SystemInfo.graphicsDeviceType.

Variables

OpenGL2OpenGL 2.x graphics API.
Direct3D9Direct3D 9 graphics API.
Direct3D11Direct3D 11 graphics API.
PlayStation3PlayStation 3 graphics API.
NullNo graphics API.
Xbox360Xbox 360 graphics API.
OpenGLES2OpenGL ES 2.0 graphics API.
OpenGLES3OpenGL ES 3.0 graphics API.
PlayStationVitaPlayStation Vita graphics API.
PlayStation4PlayStation 4 graphics API.
XboxOneXbox One graphics API.
PlayStationMobilePlayStation Mobile (PSM) graphics API.
MetaliOS Metal graphics API.
OpenGLCoreOpenGL (Core profile - GL3 or later) graphics API.
Direct3D12Direct3D 12 graphics API.
Nintendo3DSNintendo 3DS graphics API.