[−][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 GenericShadowMap
pub fn debug_draw_sampler(&self) -> TextureSampler
[src]
pub fn debug_draw_sampler(&self) -> TextureSampler
Texture sampler used to draw a debug view of the shadow map
pub fn shadow_sampler(&self) -> TextureSampler
[src]
pub fn shadow_sampler(&self) -> TextureSampler
Main shadow sampler
pub fn fbo(&self) -> &Fbo
[src]
pub fn fbo(&self) -> &Fbo
Shadow map fbo to draw geometry into it
pub fn fbo_mut(&mut self) -> &mut Fbo
[src]
pub fn fbo_mut(&mut self) -> &mut Fbo
pub fn program(&self) -> &Program
[src]
pub fn program(&self) -> &Program
GLSL program to draw the shadow map
pub fn frustum_size(&self) -> f32
[src]
pub fn frustum_size(&self) -> f32
pub fn near_clip(&self) -> f32
[src]
pub fn near_clip(&self) -> f32
pub fn far_clip(&self) -> f32
[src]
pub fn far_clip(&self) -> f32
pub 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) -> f32
pub 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 GenericShadowMap
impl !Sync for GenericShadowMap
impl !Sync for GenericShadowMap
Blanket 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) -> TextureSampler
fn shadow_sampler(&Self) -> TextureSampler
[src]
fn shadow_sampler(&Self) -> TextureSampler
fn fbo(&Self) -> &Fbo<ColorAttachment, DepthAttachment>
[src]
fn fbo(&Self) -> &Fbo<ColorAttachment, DepthAttachment>
fn program(&Self) -> &Program
[src]
fn program(&Self) -> &Program
fn frustum_size(&Self) -> f32
[src]
fn frustum_size(&Self) -> f32
fn near_clip(&Self) -> f32
[src]
fn near_clip(&Self) -> f32
fn far_clip(&Self) -> f32
[src]
fn far_clip(&Self) -> f32
fn bias(&Self) -> f32
[src]
fn bias(&Self) -> f32
fn viewport(&Self) -> Rect<i32>
[src]
fn viewport(&Self) -> Rect<i32>
fn shadow_sampler_idx(&Self) -> i32
[src]
fn shadow_sampler_idx(&Self) -> i32
impl<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 T
impl<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) -> TypeId
impl<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 T
impl<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) -> TypeId
impl<T> SetParameter for T
[src]
impl<T> SetParameter for T
fn 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 V
impl<V> IntoPnt for V
[src]
impl<V> IntoPnt for V
impl<T> Same for T
[src]
impl<T> Same for T
type 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) -> bool
unsafe fn to_subset_unchecked(&self) -> SS
[src]
unsafe fn to_subset_unchecked(&self) -> SS
fn from_subset(element: &SS) -> SP
[src]
fn from_subset(element: &SS) -> SP