Enum ddsfile::DxgiFormat

source ·
#[repr(u32)]
pub enum DxgiFormat {
Show 120 variants Unknown = 0, R32G32B32A32_Typeless = 1, R32G32B32A32_Float = 2, R32G32B32A32_UInt = 3, R32G32B32A32_SInt = 4, R32G32B32_Typeless = 5, R32G32B32_Float = 6, R32G32B32_UInt = 7, R32G32B32_SInt = 8, R16G16B16A16_Typeless = 9, R16G16B16A16_Float = 10, R16G16B16A16_UNorm = 11, R16G16B16A16_UInt = 12, R16G16B16A16_SNorm = 13, R16G16B16A16_SInt = 14, R32G32_Typeless = 15, R32G32_Float = 16, R32G32_UInt = 17, R32G32_SInt = 18, R32G8X24_Typeless = 19, D32_Float_S8X24_UInt = 20, R32_Float_X8X24_Typeless = 21, X32_Typeless_G8X24_UInt = 22, R10G10B10A2_Typeless = 23, R10G10B10A2_UNorm = 24, R10G10B10A2_UInt = 25, R11G11B10_Float = 26, R8G8B8A8_Typeless = 27, R8G8B8A8_UNorm = 28, R8G8B8A8_UNorm_sRGB = 29, R8G8B8A8_UInt = 30, R8G8B8A8_SNorm = 31, R8G8B8A8_SInt = 32, R16G16_Typeless = 33, R16G16_Float = 34, R16G16_UNorm = 35, R16G16_UInt = 36, R16G16_SNorm = 37, R16G16_SInt = 38, R32_Typeless = 39, D32_Float = 40, R32_Float = 41, R32_UInt = 42, R32_SInt = 43, R24G8_Typeless = 44, D24_UNorm_S8_UInt = 45, R24_UNorm_X8_Typeless = 46, X24_Typeless_G8_UInt = 47, R8G8_Typeless = 48, R8G8_UNorm = 49, R8G8_UInt = 50, R8G8_SNorm = 51, R8G8_SInt = 52, R16_Typeless = 53, R16_Float = 54, D16_UNorm = 55, R16_UNorm = 56, R16_UInt = 57, R16_SNorm = 58, R16_SInt = 59, R8_Typeless = 60, R8_UNorm = 61, R8_UInt = 62, R8_SNorm = 63, R8_SInt = 64, A8_UNorm = 65, R1_UNorm = 66, R9G9B9E5_SharedExp = 67, R8G8_B8G8_UNorm = 68, G8R8_G8B8_UNorm = 69, BC1_Typeless = 70, BC1_UNorm = 71, BC1_UNorm_sRGB = 72, BC2_Typeless = 73, BC2_UNorm = 74, BC2_UNorm_sRGB = 75, BC3_Typeless = 76, BC3_UNorm = 77, BC3_UNorm_sRGB = 78, BC4_Typeless = 79, BC4_UNorm = 80, BC4_SNorm = 81, BC5_Typeless = 82, BC5_UNorm = 83, BC5_SNorm = 84, B5G6R5_UNorm = 85, B5G5R5A1_UNorm = 86, B8G8R8A8_UNorm = 87, B8G8R8X8_UNorm = 88, R10G10B10_XR_Bias_A2_UNorm = 89, B8G8R8A8_Typeless = 90, B8G8R8A8_UNorm_sRGB = 91, B8G8R8X8_Typeless = 92, B8G8R8X8_UNorm_sRGB = 93, BC6H_Typeless = 94, BC6H_UF16 = 95, BC6H_SF16 = 96, BC7_Typeless = 97, BC7_UNorm = 98, BC7_UNorm_sRGB = 99, AYUV = 100, Y410 = 101, Y416 = 102, NV12 = 103, P010 = 104, P016 = 105, Format_420_Opaque = 106, YUY2 = 107, Y210 = 108, Y216 = 109, NV11 = 110, AI44 = 111, IA44 = 112, P8 = 113, A8P8 = 114, B4G4R4A4_UNorm = 115, P208 = 130, V208 = 131, V408 = 132, Force_UInt = 4_294_967_295,
}

Variants§

§

Unknown = 0

§

R32G32B32A32_Typeless = 1

§

R32G32B32A32_Float = 2

§

R32G32B32A32_UInt = 3

§

R32G32B32A32_SInt = 4

§

R32G32B32_Typeless = 5

§

R32G32B32_Float = 6

§

R32G32B32_UInt = 7

§

R32G32B32_SInt = 8

§

R16G16B16A16_Typeless = 9

§

R16G16B16A16_Float = 10

§

R16G16B16A16_UNorm = 11

§

R16G16B16A16_UInt = 12

§

R16G16B16A16_SNorm = 13

§

R16G16B16A16_SInt = 14

§

R32G32_Typeless = 15

§

R32G32_Float = 16

§

R32G32_UInt = 17

§

R32G32_SInt = 18

§

R32G8X24_Typeless = 19

§

D32_Float_S8X24_UInt = 20

§

R32_Float_X8X24_Typeless = 21

§

X32_Typeless_G8X24_UInt = 22

§

R10G10B10A2_Typeless = 23

§

R10G10B10A2_UNorm = 24

§

R10G10B10A2_UInt = 25

§

R11G11B10_Float = 26

§

R8G8B8A8_Typeless = 27

§

R8G8B8A8_UNorm = 28

§

R8G8B8A8_UNorm_sRGB = 29

§

R8G8B8A8_UInt = 30

§

R8G8B8A8_SNorm = 31

§

R8G8B8A8_SInt = 32

§

R16G16_Typeless = 33

§

R16G16_Float = 34

§

R16G16_UNorm = 35

§

R16G16_UInt = 36

§

R16G16_SNorm = 37

§

R16G16_SInt = 38

§

R32_Typeless = 39

§

D32_Float = 40

§

R32_Float = 41

§

R32_UInt = 42

§

R32_SInt = 43

§

R24G8_Typeless = 44

§

D24_UNorm_S8_UInt = 45

§

R24_UNorm_X8_Typeless = 46

§

X24_Typeless_G8_UInt = 47

§

R8G8_Typeless = 48

§

R8G8_UNorm = 49

§

R8G8_UInt = 50

§

R8G8_SNorm = 51

§

R8G8_SInt = 52

§

R16_Typeless = 53

§

R16_Float = 54

§

D16_UNorm = 55

§

R16_UNorm = 56

§

R16_UInt = 57

§

R16_SNorm = 58

§

R16_SInt = 59

§

R8_Typeless = 60

§

R8_UNorm = 61

§

R8_UInt = 62

§

R8_SNorm = 63

§

R8_SInt = 64

§

A8_UNorm = 65

§

R1_UNorm = 66

§

R9G9B9E5_SharedExp = 67

§

R8G8_B8G8_UNorm = 68

§

G8R8_G8B8_UNorm = 69

§

BC1_Typeless = 70

§

BC1_UNorm = 71

§

BC1_UNorm_sRGB = 72

§

BC2_Typeless = 73

§

BC2_UNorm = 74

§

BC2_UNorm_sRGB = 75

§

BC3_Typeless = 76

§

BC3_UNorm = 77

§

BC3_UNorm_sRGB = 78

§

BC4_Typeless = 79

§

BC4_UNorm = 80

§

BC4_SNorm = 81

§

BC5_Typeless = 82

§

BC5_UNorm = 83

§

BC5_SNorm = 84

§

B5G6R5_UNorm = 85

§

B5G5R5A1_UNorm = 86

§

B8G8R8A8_UNorm = 87

§

B8G8R8X8_UNorm = 88

§

R10G10B10_XR_Bias_A2_UNorm = 89

§

B8G8R8A8_Typeless = 90

§

B8G8R8A8_UNorm_sRGB = 91

§

B8G8R8X8_Typeless = 92

§

B8G8R8X8_UNorm_sRGB = 93

§

BC6H_Typeless = 94

§

BC6H_UF16 = 95

§

BC6H_SF16 = 96

§

BC7_Typeless = 97

§

BC7_UNorm = 98

§

BC7_UNorm_sRGB = 99

§

AYUV = 100

§

Y410 = 101

§

Y416 = 102

§

NV12 = 103

§

P010 = 104

§

P016 = 105

§

Format_420_Opaque = 106

§

YUY2 = 107

§

Y210 = 108

§

Y216 = 109

§

NV11 = 110

§

AI44 = 111

§

IA44 = 112

§

P8 = 113

§

A8P8 = 114

§

B4G4R4A4_UNorm = 115

§

P208 = 130

§

V208 = 131

§

V408 = 132

§

Force_UInt = 4_294_967_295

Implementations§

Trait Implementations§

source§

impl Clone for DxgiFormat

source§

fn clone(&self) -> DxgiFormat

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl DataFormat for DxgiFormat

source§

fn get_pitch(&self, width: u32) -> Option<u32>

This gets the number of bytes required to store one row of data
source§

fn get_bits_per_pixel(&self) -> Option<u8>

This gets the number of bits required to store a single pixel. It is only defined for uncompressed formats
source§

fn get_block_size(&self) -> Option<u32>

This gets a block compression format’s block size, and is only defined for compressed formats
source§

fn get_fourcc(&self) -> Option<FourCC>

Get the fourcc code for this format, if known
source§

fn requires_extension(&self) -> bool

Returns true if the DX10 extention is required to use this format.
source§

fn get_pitch_height(&self) -> u32

This gets the height of each row of data. Normally it is 1, but for block compressed textures, each row is 4 pixels high.
source§

fn get_minimum_mipmap_size_in_bytes(&self) -> Option<u32>

This gets the minimum mipmap size in bytes. Even if they go all the way down to 1x1, there is a minimum number of bytes based on bits per pixel or blocksize.
source§

impl Debug for DxgiFormat

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<DxgiFormat> for PixelFormat

source§

fn from(format: DxgiFormat) -> PixelFormat

Converts to this type from the input type.
source§

impl FromPrimitive for DxgiFormat

source§

fn from_u64(val: u64) -> Option<Self>

Convert an u64 to return an optional value of this type. If the type cannot be represented by this value, then None is returned.
source§

fn from_i64(val: i64) -> Option<Self>

Convert an i64 to return an optional value of this type. If the type cannot be represented by this value, then None is returned.
source§

fn from_isize(n: isize) -> Option<Self>

Convert an isize to return an optional value of this type. If the value cannot be represented by this value, then None is returned.
source§

fn from_i8(n: i8) -> Option<Self>

Convert an i8 to return an optional value of this type. If the type cannot be represented by this value, then None is returned.
source§

fn from_i16(n: i16) -> Option<Self>

Convert an i16 to return an optional value of this type. If the type cannot be represented by this value, then None is returned.
source§

fn from_i32(n: i32) -> Option<Self>

Convert an i32 to return an optional value of this type. If the type cannot be represented by this value, then None is returned.
source§

fn from_i128(n: i128) -> Option<Self>

Convert an i128 to return an optional value of this type. If the type cannot be represented by this value, then None is returned. Read more
source§

fn from_usize(n: usize) -> Option<Self>

Convert a usize to return an optional value of this type. If the type cannot be represented by this value, then None is returned.
source§

fn from_u8(n: u8) -> Option<Self>

Convert an u8 to return an optional value of this type. If the type cannot be represented by this value, then None is returned.
source§

fn from_u16(n: u16) -> Option<Self>

Convert an u16 to return an optional value of this type. If the type cannot be represented by this value, then None is returned.
source§

fn from_u32(n: u32) -> Option<Self>

Convert an u32 to return an optional value of this type. If the type cannot be represented by this value, then None is returned.
source§

fn from_u128(n: u128) -> Option<Self>

Convert an u128 to return an optional value of this type. If the type cannot be represented by this value, then None is returned. Read more
source§

fn from_f32(n: f32) -> Option<Self>

Convert a f32 to return an optional value of this type. If the type cannot be represented by this value, then None is returned.
source§

fn from_f64(n: f64) -> Option<Self>

Convert a f64 to return an optional value of this type. If the type cannot be represented by this value, then None is returned.
source§

impl Hash for DxgiFormat

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for DxgiFormat

source§

fn eq(&self, other: &DxgiFormat) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl ToPrimitive for DxgiFormat

source§

fn to_u64(&self) -> Option<u64>

Converts the value of self to an u64.
source§

fn to_i64(&self) -> Option<i64>

Converts the value of self to an i64.
source§

fn to_isize(&self) -> Option<isize>

Converts the value of self to an isize.
source§

fn to_i8(&self) -> Option<i8>

Converts the value of self to an i8.
source§

fn to_i16(&self) -> Option<i16>

Converts the value of self to an i16.
source§

fn to_i32(&self) -> Option<i32>

Converts the value of self to an i32.
source§

fn to_i128(&self) -> Option<i128>

Converts the value of self to an i128. Read more
source§

fn to_usize(&self) -> Option<usize>

Converts the value of self to a usize.
source§

fn to_u8(&self) -> Option<u8>

Converts the value of self to an u8.
source§

fn to_u16(&self) -> Option<u16>

Converts the value of self to an u16.
source§

fn to_u32(&self) -> Option<u32>

Converts the value of self to an u32.
source§

fn to_u128(&self) -> Option<u128>

Converts the value of self to an u128. Read more
source§

fn to_f32(&self) -> Option<f32>

Converts the value of self to an f32.
source§

fn to_f64(&self) -> Option<f64>

Converts the value of self to an f64.
source§

impl TryFrom<i16> for DxgiFormat

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: i16) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<i32> for DxgiFormat

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: i32) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<i64> for DxgiFormat

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: i64) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<i8> for DxgiFormat

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: i8) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<u16> for DxgiFormat

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: u16) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<u32> for DxgiFormat

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: u32) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<u64> for DxgiFormat

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: u64) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<u8> for DxgiFormat

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_from(value: u8) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Copy for DxgiFormat

source§

impl Eq for DxgiFormat

source§

impl StructuralEq for DxgiFormat

source§

impl StructuralPartialEq for DxgiFormat

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.