pub trait BaseTyped {
// Required method
fn get_base_type() -> BaseType;
}Expand description
A trait that statically links simple data types to base types of the shader constants.
Required Methods§
fn get_base_type() -> BaseType
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.