Enum dae_parser::Profile [−][src]
pub enum Profile {
Common(ProfileCommon),
CG(ProfileCG),
GLES(ProfileGLES),
GLSL(ProfileGLSL),
}Expand description
A <profile_*> element.
Variants
Common(ProfileCommon)
Tuple Fields
Opens a block of platform-independent declarations for the common, fixed-function shader.
CG(ProfileCG)
Tuple Fields
0: ProfileCGDeclares platform-specific data types and Techniques
for the Cg language.
GLES(ProfileGLES)
Tuple Fields
0: ProfileGLESDeclares platform-specific data types and Techniques
for OpenGL ES.
GLSL(ProfileGLSL)
Tuple Fields
0: ProfileGLSLDeclares platform-specific data types and Techniques
for OpenGL Shading Language.
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Profile
impl UnwindSafe for Profile
Blanket Implementations
Mutably borrows from an owned value. Read more