View source
class SuperShaderCompiler
package away3d.materials.compilation
extends ShaderCompiler
Available on all platforms
SuperShaderCompiler is a compiler that generates shaders that perform both lighting and "effects" through methods. This is used by the single-pass materials.
Constructor
new(profile:String)
Creates a new SuperShaderCompiler object.
Parameters:
profile | The compatibility profile used by the renderer. |
|---|