Packageflare.materials.flsl
Classpublic class FLSLCompiler
InheritanceFLSLCompiler Inheritance Object

...



Public Methods
 MethodDefined By
  
compile(source:String):ByteArray
[static] Compiles a new FLSL (Flare3D Layer Shader language).
FLSLCompiler
Method Detail
compile()method
public static function compile(source:String):ByteArray

Compiles a new FLSL (Flare3D Layer Shader language).

Parameters

source:String — The source of the shader.

Returns
ByteArray — A byte code generated by the source shader.