pub struct Format(pub NonZeroU32);
Expand description
Known texture formats
Tuple Fields§
§0: NonZeroU32
Implementations§
source§impl Format
impl Format
pub fn new(x: u32) -> Option<Self>
pub const R4G4_UNORM_PACK8: Self = _
pub const R4G4B4A4_UNORM_PACK16: Self = _
pub const B4G4R4A4_UNORM_PACK16: Self = _
pub const R5G6B5_UNORM_PACK16: Self = _
pub const B5G6R5_UNORM_PACK16: Self = _
pub const R5G5B5A1_UNORM_PACK16: Self = _
pub const B5G5R5A1_UNORM_PACK16: Self = _
pub const A1R5G5B5_UNORM_PACK16: Self = _
pub const R8_UNORM: Self = _
pub const R8_SNORM: Self = _
pub const R8_UINT: Self = _
pub const R8_SINT: Self = _
pub const R8_SRGB: Self = _
pub const R8G8_UNORM: Self = _
pub const R8G8_SNORM: Self = _
pub const R8G8_UINT: Self = _
pub const R8G8_SINT: Self = _
pub const R8G8_SRGB: Self = _
pub const R8G8B8_UNORM: Self = _
pub const R8G8B8_SNORM: Self = _
pub const R8G8B8_UINT: Self = _
pub const R8G8B8_SINT: Self = _
pub const R8G8B8_SRGB: Self = _
pub const B8G8R8_UNORM: Self = _
pub const B8G8R8_SNORM: Self = _
pub const B8G8R8_UINT: Self = _
pub const B8G8R8_SINT: Self = _
pub const B8G8R8_SRGB: Self = _
pub const R8G8B8A8_UNORM: Self = _
pub const R8G8B8A8_SNORM: Self = _
pub const R8G8B8A8_UINT: Self = _
pub const R8G8B8A8_SINT: Self = _
pub const R8G8B8A8_SRGB: Self = _
pub const B8G8R8A8_UNORM: Self = _
pub const B8G8R8A8_SNORM: Self = _
pub const B8G8R8A8_UINT: Self = _
pub const B8G8R8A8_SINT: Self = _
pub const B8G8R8A8_SRGB: Self = _
pub const A2R10G10B10_UNORM_PACK32: Self = _
pub const A2R10G10B10_SNORM_PACK32: Self = _
pub const A2R10G10B10_UINT_PACK32: Self = _
pub const A2R10G10B10_SINT_PACK32: Self = _
pub const A2B10G10R10_UNORM_PACK32: Self = _
pub const A2B10G10R10_SNORM_PACK32: Self = _
pub const A2B10G10R10_UINT_PACK32: Self = _
pub const A2B10G10R10_SINT_PACK32: Self = _
pub const R16_UNORM: Self = _
pub const R16_SNORM: Self = _
pub const R16_UINT: Self = _
pub const R16_SINT: Self = _
pub const R16_SFLOAT: Self = _
pub const R16G16_UNORM: Self = _
pub const R16G16_SNORM: Self = _
pub const R16G16_UINT: Self = _
pub const R16G16_SINT: Self = _
pub const R16G16_SFLOAT: Self = _
pub const R16G16B16_UNORM: Self = _
pub const R16G16B16_SNORM: Self = _
pub const R16G16B16_UINT: Self = _
pub const R16G16B16_SINT: Self = _
pub const R16G16B16_SFLOAT: Self = _
pub const R16G16B16A16_UNORM: Self = _
pub const R16G16B16A16_SNORM: Self = _
pub const R16G16B16A16_UINT: Self = _
pub const R16G16B16A16_SINT: Self = _
pub const R16G16B16A16_SFLOAT: Self = _
pub const R32_UINT: Self = _
pub const R32_SINT: Self = _
pub const R32_SFLOAT: Self = _
pub const R32G32_UINT: Self = _
pub const R32G32_SINT: Self = _
pub const R32G32_SFLOAT: Self = _
pub const R32G32B32_UINT: Self = _
pub const R32G32B32_SINT: Self = _
pub const R32G32B32_SFLOAT: Self = _
pub const R32G32B32A32_UINT: Self = _
pub const R32G32B32A32_SINT: Self = _
pub const R32G32B32A32_SFLOAT: Self = _
pub const R64_UINT: Self = _
pub const R64_SINT: Self = _
pub const R64_SFLOAT: Self = _
pub const R64G64_UINT: Self = _
pub const R64G64_SINT: Self = _
pub const R64G64_SFLOAT: Self = _
pub const R64G64B64_UINT: Self = _
pub const R64G64B64_SINT: Self = _
pub const R64G64B64_SFLOAT: Self = _
pub const R64G64B64A64_UINT: Self = _
pub const R64G64B64A64_SINT: Self = _
pub const R64G64B64A64_SFLOAT: Self = _
pub const B10G11R11_UFLOAT_PACK32: Self = _
pub const E5B9G9R9_UFLOAT_PACK32: Self = _
pub const D16_UNORM: Self = _
pub const X8_D24_UNORM_PACK32: Self = _
pub const D32_SFLOAT: Self = _
pub const S8_UINT: Self = _
pub const D16_UNORM_S8_UINT: Self = _
pub const D24_UNORM_S8_UINT: Self = _
pub const D32_SFLOAT_S8_UINT: Self = _
pub const BC1_RGB_UNORM_BLOCK: Self = _
pub const BC1_RGB_SRGB_BLOCK: Self = _
pub const BC1_RGBA_UNORM_BLOCK: Self = _
pub const BC1_RGBA_SRGB_BLOCK: Self = _
pub const BC2_UNORM_BLOCK: Self = _
pub const BC2_SRGB_BLOCK: Self = _
pub const BC3_UNORM_BLOCK: Self = _
pub const BC3_SRGB_BLOCK: Self = _
pub const BC4_UNORM_BLOCK: Self = _
pub const BC4_SNORM_BLOCK: Self = _
pub const BC5_UNORM_BLOCK: Self = _
pub const BC5_SNORM_BLOCK: Self = _
pub const BC6H_UFLOAT_BLOCK: Self = _
pub const BC6H_SFLOAT_BLOCK: Self = _
pub const BC7_UNORM_BLOCK: Self = _
pub const BC7_SRGB_BLOCK: Self = _
pub const ETC2_R8G8B8_UNORM_BLOCK: Self = _
pub const ETC2_R8G8B8_SRGB_BLOCK: Self = _
pub const ETC2_R8G8B8A1_UNORM_BLOCK: Self = _
pub const ETC2_R8G8B8A1_SRGB_BLOCK: Self = _
pub const ETC2_R8G8B8A8_UNORM_BLOCK: Self = _
pub const ETC2_R8G8B8A8_SRGB_BLOCK: Self = _
pub const EAC_R11_UNORM_BLOCK: Self = _
pub const EAC_R11_SNORM_BLOCK: Self = _
pub const EAC_R11G11_UNORM_BLOCK: Self = _
pub const EAC_R11G11_SNORM_BLOCK: Self = _
pub const ASTC_4x4_UNORM_BLOCK: Self = _
pub const ASTC_4x4_SRGB_BLOCK: Self = _
pub const ASTC_5x4_UNORM_BLOCK: Self = _
pub const ASTC_5x4_SRGB_BLOCK: Self = _
pub const ASTC_5x5_UNORM_BLOCK: Self = _
pub const ASTC_5x5_SRGB_BLOCK: Self = _
pub const ASTC_6x5_UNORM_BLOCK: Self = _
pub const ASTC_6x5_SRGB_BLOCK: Self = _
pub const ASTC_6x6_UNORM_BLOCK: Self = _
pub const ASTC_6x6_SRGB_BLOCK: Self = _
pub const ASTC_8x5_UNORM_BLOCK: Self = _
pub const ASTC_8x5_SRGB_BLOCK: Self = _
pub const ASTC_8x6_UNORM_BLOCK: Self = _
pub const ASTC_8x6_SRGB_BLOCK: Self = _
pub const ASTC_8x8_UNORM_BLOCK: Self = _
pub const ASTC_8x8_SRGB_BLOCK: Self = _
pub const ASTC_10x5_UNORM_BLOCK: Self = _
pub const ASTC_10x5_SRGB_BLOCK: Self = _
pub const ASTC_10x6_UNORM_BLOCK: Self = _
pub const ASTC_10x6_SRGB_BLOCK: Self = _
pub const ASTC_10x8_UNORM_BLOCK: Self = _
pub const ASTC_10x8_SRGB_BLOCK: Self = _
pub const ASTC_10x10_UNORM_BLOCK: Self = _
pub const ASTC_10x10_SRGB_BLOCK: Self = _
pub const ASTC_12x10_UNORM_BLOCK: Self = _
pub const ASTC_12x10_SRGB_BLOCK: Self = _
pub const ASTC_12x12_UNORM_BLOCK: Self = _
pub const ASTC_12x12_SRGB_BLOCK: Self = _
Trait Implementations§
source§impl Ord for Format
impl Ord for Format
source§impl PartialEq for Format
impl PartialEq for Format
source§impl PartialOrd for Format
impl PartialOrd for Format
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Format
impl Eq for Format
impl StructuralEq for Format
impl StructuralPartialEq for Format
Auto Trait Implementations§
impl RefUnwindSafe for Format
impl Send for Format
impl Sync for Format
impl Unpin for Format
impl UnwindSafe for Format
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