Method | Description | |
---|---|---|
CreateInstance ( |
Creates and returns a new GLSL program object.
|
Method | Description | |
---|---|---|
dispose ( bool disposeManagedResources ) : void |
Called when the engine is shutting down.
|
Method | Description | |
---|---|---|
GLSLProgramFactory ( ) : System |
Default constructor.
|
public CreateInstance ( |
||
parent | ||
name | string | Name of the object. |
handle | System.UInt64 | |
group | string | |
isManual | bool | |
loader | IManualResourceLoader | |
return | Axiom.Graphics.HighLevelGpuProgram |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |