Trait rust_raylib::shader::ShaderValue
source · pub trait ShaderValuewhere
Self: Sized,{
const UNIFORM_TYPE: ShaderUniformDataType;
// Provided method
unsafe fn raw_value(&self) -> *const c_void { ... }
}
Expand description
Shader uniform value You shouldn’t need to implement this trait yourself.
Required Associated Constants§
sourceconst UNIFORM_TYPE: ShaderUniformDataType
const UNIFORM_TYPE: ShaderUniformDataType
Uniform type assiciated with the value
Provided Methods§
Object Safety§
This trait is not object safe.