Defines the values to use for specifying the Context3D render mode.

Variables

@:value(cast 0)@:impl@:enuminlineread onlyAUTO:Context3DRenderMode = 0

Automatically choose rendering engine.

A hardware-accelerated rendering engine is used if available on the current device. Availability of hardware acceleration is influenced by the device capabilites, the wmode when running under Flash Player, and the render mode when running under AIR.

@:value(cast 1)@:impl@:enuminlineread onlySOFTWARE:Context3DRenderMode = 1

Use software 3D rendering.

Software rendering is not available on mobile devices.