Trait raylib::core::shaders::ShaderV[][src]

pub trait ShaderV {
    const UNIFORM_TYPE: ShaderUniformDataType;

    unsafe fn value(&self) -> *const c_void;
}

Associated Constants

Required methods

Implementations on Foreign Types

Implementors