#[repr(C)]pub struct Frame {Show 13 fields
pub view_to_clip: [f32; 16],
pub view_to_clip_previous: [f32; 16],
pub world_to_view: [f32; 16],
pub world_to_view_previous: [f32; 16],
pub motion_scale: [f32; 3],
pub jitter: [f32; 2],
pub jitter_previous: [f32; 2],
pub denoising_range: f32,
pub width: u32,
pub height: u32,
pub frame_index: u32,
pub reset: u32,
pub settings: RelaxSettings,
}Fields§
§view_to_clip: [f32; 16]§view_to_clip_previous: [f32; 16]§world_to_view: [f32; 16]§world_to_view_previous: [f32; 16]§motion_scale: [f32; 3]§jitter: [f32; 2]§jitter_previous: [f32; 2]§denoising_range: f32§width: u32§height: u32§frame_index: u32§reset: u32§settings: RelaxSettingsTrait Implementations§
Auto Trait Implementations§
impl Freeze for Frame
impl RefUnwindSafe for Frame
impl Send for Frame
impl Sync for Frame
impl Unpin for Frame
impl UnsafeUnpin for Frame
impl UnwindSafe for Frame
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