Struct maia_wasm::render::texture_formats::R16f
source · pub struct R16f {}Expand description
R16F texture internal format.
This uses f32 as the native Rust type, the R16F WebGL2 format as
internal format, and the RED WebGL2 format as format.
Trait Implementations§
source§impl PartialEq for R16f
impl PartialEq for R16f
source§impl TextureInternalFormat for R16f
impl TextureInternalFormat for R16f
impl Copy for R16f
impl Eq for R16f
impl StructuralPartialEq for R16f
Auto Trait Implementations§
impl Freeze for R16f
impl RefUnwindSafe for R16f
impl Send for R16f
impl Sync for R16f
impl Unpin for R16f
impl UnwindSafe for R16f
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