Struct dae_parser::CommonData [−][src]
pub struct CommonData {
pub image_param: Vec<ImageParam>,
pub shaders: Vec<Shader>,
}
Expand description
The extra data in a TechniqueFx
as the child of ProfileCommon
.
Fields
image_param: Vec<ImageParam>
shaders: Vec<Shader>
A list of shader elements.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CommonData
impl Send for CommonData
impl Sync for CommonData
impl Unpin for CommonData
impl UnwindSafe for CommonData
Blanket Implementations
Mutably borrows from an owned value. Read more