Struct e2rcore::implement::render::shader_collection::ShaderCollection
[−]
[src]
pub struct ShaderCollection { /* fields omitted */ }
Methods
impl ShaderCollection[src]
fn put(
&mut self,
id: u64,
shader_type: ShaderType,
internal_handle: i64,
descrip: String
) -> Result<(), &'static str>[src]
&mut self,
id: u64,
shader_type: ShaderType,
internal_handle: i64,
descrip: String
) -> Result<(), &'static str>
fn clear(&mut self) -> Result<(), &'static str>[src]
fn remove(&mut self, id: u64) -> Result<(), &'static str>[src]
fn get(&mut self, id: u64) -> Option<i64>[src]
Trait Implementations
impl Default for ShaderCollection[src]
fn default() -> ShaderCollection[src]
Returns the "default value" for a type. Read more