Свойство | Type | Description | |
---|---|---|---|
parameters | |||
program | Axiom.Graphics.GpuProgram | ||
type | GpuProgramType |
Méthode | Description | |
---|---|---|
Clone ( ) : |
Creates and returns a copy of this GpuProgramUsage object.
|
|
GpuProgramUsage ( GpuProgramType type ) : System |
Default constructor.
|
Méthode | Description | |
---|---|---|
Load ( ) : void |
Load this usage (and ensure program is loaded).
|
|
Unload ( ) : void |
Unload this usage.
|
public GpuProgramUsage ( GpuProgramType type ) : System | ||
type | GpuProgramType | Type of program to link to. |
Résultat | System |
protected GpuProgramParameters,Axiom.Graphics parameters | ||
Résultat |
protected GpuProgram,Axiom.Graphics program | ||
Résultat | Axiom.Graphics.GpuProgram |