#[repr(C)]pub struct TaaParams {
pub history_valid: f32,
}Expand description
Input to the TAA resolve fragment shader. Matches TaaParams in
shaders/taa.slang. 4 bytes.
Fields§
§history_valid: f320 on the first frame / after a resize, 1.0 otherwise.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TaaParams
impl RefUnwindSafe for TaaParams
impl Send for TaaParams
impl Sync for TaaParams
impl Unpin for TaaParams
impl UnsafeUnpin for TaaParams
impl UnwindSafe for TaaParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more