Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RenderMode

The rendering mode that DisplayInfo uses.

Index

Enumeration members

Enumeration members

Auto

Auto: = 0

Selects a rendering mode automatically based on available modules and device support.

Canvas

Canvas: = 1

Forces DisplayInfo to use HTML5 canvas rendering.

WebGL

WebGL: = 2

Forces DisplayInfo to use WebGL rendering.

Generated using TypeDoc