[−][src]Struct rin::gl::shadow_mapping::GenericShadowMap
Basic shadow map used by specific maps
Does nothing by itself but contains all the buffers and common settings that a shadow map needs
Usually used when we want to change the type of shadows at runtime, create one of these and then wrap a reference to it with the specific shadow map we want to use
Methods
impl GenericShadowMap[src]
impl GenericShadowMappub fn debug_draw_sampler(&self) -> TextureSampler[src]
pub fn debug_draw_sampler(&self) -> TextureSamplerTexture sampler used to draw a debug view of the shadow map
pub fn shadow_sampler(&self) -> TextureSampler[src]
pub fn shadow_sampler(&self) -> TextureSamplerMain shadow sampler
pub fn fbo(&self) -> &Fbo[src]
pub fn fbo(&self) -> &FboShadow map fbo to draw geometry into it
pub fn fbo_mut(&mut self) -> &mut Fbo[src]
pub fn fbo_mut(&mut self) -> &mut Fbopub fn program(&self) -> &Program[src]
pub fn program(&self) -> &ProgramGLSL program to draw the shadow map
pub fn frustum_size(&self) -> f32[src]
pub fn frustum_size(&self) -> f32pub fn near_clip(&self) -> f32[src]
pub fn near_clip(&self) -> f32pub fn far_clip(&self) -> f32[src]
pub fn far_clip(&self) -> f32pub fn viewport(&self) -> Rect<i32>[src]
pub fn viewport(&self) -> Rect<i32>Viewport of the shadow map fbo, needed to draw to it
pub fn bias(&self) -> f32[src]
pub fn bias(&self) -> f32pub fn set_bias(&mut self, bias: f32)[src]
pub fn set_bias(&mut self, bias: f32)Auto Trait Implementations
impl !Send for GenericShadowMap
impl !Send for GenericShadowMapimpl !Sync for GenericShadowMap
impl !Sync for GenericShadowMapBlanket Implementations
impl<S> ShadowMapView for S where
S: Borrow<GenericShadowMap>, [src]
impl<S> ShadowMapView for S where
S: Borrow<GenericShadowMap>, fn uniforms(&Self) -> Vec<Uniform>[src]
fn uniforms(&Self) -> Vec<Uniform>fn debug_draw_sampler(&Self) -> TextureSampler[src]
fn debug_draw_sampler(&Self) -> TextureSamplerfn shadow_sampler(&Self) -> TextureSampler[src]
fn shadow_sampler(&Self) -> TextureSamplerfn fbo(&Self) -> &Fbo<ColorAttachment, DepthAttachment>[src]
fn fbo(&Self) -> &Fbo<ColorAttachment, DepthAttachment>fn program(&Self) -> &Program[src]
fn program(&Self) -> &Programfn frustum_size(&Self) -> f32[src]
fn frustum_size(&Self) -> f32fn near_clip(&Self) -> f32[src]
fn near_clip(&Self) -> f32fn far_clip(&Self) -> f32[src]
fn far_clip(&Self) -> f32fn bias(&Self) -> f32[src]
fn bias(&Self) -> f32fn viewport(&Self) -> Rect<i32>[src]
fn viewport(&Self) -> Rect<i32>fn shadow_sampler_idx(&Self) -> i32[src]
fn shadow_sampler_idx(&Self) -> i32impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<T> Any for T where
T: Any, [src]
impl<T> Any for T where
T: Any, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T> SetParameter for T[src]
impl<T> SetParameter for Tfn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>, [src]
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>, Sets value as a parameter of self.
impl<V> IntoVec for V[src]
impl<V> IntoVec for Vimpl<V> IntoPnt for V[src]
impl<V> IntoPnt for Vimpl<T> Same for T[src]
impl<T> Same for Ttype Output = T
Should always be Self
impl<SS, SP> SupersetOf for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf for SP where
SS: SubsetOf<SP>, fn to_subset(&self) -> Option<SS>[src]
fn to_subset(&self) -> Option<SS>fn is_in_subset(&self) -> bool[src]
fn is_in_subset(&self) -> boolunsafe fn to_subset_unchecked(&self) -> SS[src]
unsafe fn to_subset_unchecked(&self) -> SSfn from_subset(element: &SS) -> SP[src]
fn from_subset(element: &SS) -> SP