pub enum Unorm {}Trait Implementations§
Source§impl ChannelTyped for Unorm
impl ChannelTyped for Unorm
Source§type ShaderType = f32
type ShaderType = f32
Shader-visible type that corresponds to this channel.
For example, normalized integers are visible as floats.
Source§fn get_channel_type() -> ChannelType
fn get_channel_type() -> ChannelType
Return the run-time value of the type.
Source§impl Ord for Unorm
impl Ord for Unorm
Source§impl PartialOrd for Unorm
impl PartialOrd for Unorm
impl BlendChannel for Unorm
impl Copy for Unorm
impl Eq for Unorm
impl RenderChannel for Unorm
impl StructuralPartialEq for Unorm
impl TextureChannel for Unorm
Auto Trait Implementations§
impl Freeze for Unorm
impl RefUnwindSafe for Unorm
impl Send for Unorm
impl Sync for Unorm
impl Unpin for Unorm
impl UnwindSafe for Unorm
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