Свойство | Type | Description | |
---|---|---|---|
programNames | string[] |
Méthode | Description | |
---|---|---|
GetProgramName ( LightType lightType, bool finite, bool debug ) : string |
General purpose method to get any of the program names based on the specified parameters.
|
|
GetProgramName ( Programs type ) : string |
Gets the name of the program for the given type.
|
|
GetProgramSource ( LightType lightType, string syntax, bool finite, bool debug ) : string |
General purpose method to get any of the program sources.
|
|
Initialize ( ) : void |
Initialize the creation of these core vertex programs.
|
|
Shutdown ( ) : void |
Called on engine shutdown; destroys all auto created gpu programs.
|
Méthode | Description | |
---|---|---|
ShadowVolumeExtrudeProgram ( ) : System |
This is a static class; don't allow instantiation.
|
public static GetProgramName ( LightType lightType, bool finite, bool debug ) : string | ||
lightType | LightType | Type of light to get the source for. |
finite | bool | Is this for finite volume extrusion? |
debug | bool | Should the shadow volumes be visible? |
Résultat | string |
public static GetProgramName ( Programs type ) : string | ||
type | Programs | |
Résultat | string |
public static GetProgramSource ( LightType lightType, string syntax, bool finite, bool debug ) : string | ||
lightType | LightType | Type of light to get the source for. |
syntax | string | Syntax code of interest. |
finite | bool | Is this for finite volume extrusion? |
debug | bool | Should the shadow volumes be visible? |
Résultat | string |