View source
enum abstract Context3DProgramFormat(Null<Int>)
package openfl.display3D
Available on all platforms
Defines the values to use for specifying a Program3D source format.
Variables
inlineread onlyAGAL:Context3DProgramFormat = 0
The program will use the AGAL (Adobe Graphics Assembly Language) format
inlineread onlyGLSL:Context3DProgramFormat = 1
The program will use the GLSL (GL Shader Language) format