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: ProfileCG
Declares platform-specific data types and Technique
s
for the Cg language.
GLES(ProfileGLES)
Tuple Fields
0: ProfileGLES
Declares platform-specific data types and Technique
s
for OpenGL ES.
GLSL(ProfileGLSL)
Tuple Fields
0: ProfileGLSL
Declares platform-specific data types and Technique
s
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