#[repr(C)]pub struct Context {
pub data: [u32; 16536],
}Expand description
A structure encapsulating the FidelityFX Super Resolution 2 context.
This sets up an object which contains all persistent internal data and resources that are required by FSR2.
The
@ingroup FSR2
Fields§
§data: [u32; 16536]< An opaque set of
Trait Implementations§
impl Copy for Context
Auto Trait Implementations§
impl Freeze for Context
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
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