Table of Contents

Enum GraphicsApi

Namespace
Pie
Assembly
Pie.dll

The backend graphics API used for a GraphicsDevice.

public enum GraphicsApi
Extension Methods

Fields

D3D11 = 2

Direct3D 11, shader model 5.0

Null = 3

Null device. Does not do any rendering.

OpenGL = 0

OpenGL 4.3, GLSL version 430.

OpenGLES = 1

OpenGL ES 3.0, ESSL version 300.