Enumerations | |
| enum | Type { CG, HLSL, GLSL, GLES, COMMON, UNKNOWN } |
| Enumerates the types of effect profiles. More... | |
Functions | |
| FCOLLADA_EXPORT Type | FromString (const char *value) |
| Converts the COLLADA profile name string to a profile type. | |
| Type | FromString (const fm::string &value) |
| Converts the FCollada texture channel string into a texture channel. | |
| FCOLLADA_EXPORT const char * | ToString (Type type) |
| Converts the profile type to its COLLADA profile name string. | |
|
|
Enumerates the types of effect profiles.
|
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
|
Converts the COLLADA profile name string to a profile type. Examples of COLLADA profile name strings are 'profile_CG' and 'profile_COMMON'.
|
|
|
Converts the profile type to its COLLADA profile name string. Examples of COLLADA profile name strings are 'profile_CG' and 'profile_COMMON'.
|
1.4.6-NO