Enum gfx::shade::core::BaseType
[−]
[src]
pub enum BaseType {
I32,
U32,
F32,
F64,
Bool,
}Base type of this shader parameter.
Variants
I32 | ||
U32 | ||
F32 | ||
F64 | ||
Bool |