View source
enum abstract Context3DRenderMode(Null<Int>)
package openfl.display3D
Available on all platforms
Defines the values to use for specifying the Context3D render mode.
Variables
inlineread 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.
inlineread onlySOFTWARE:Context3DRenderMode = 1
Use software 3D rendering.
Software rendering is not available on mobile devices.