[−][src]Enum gfx_hal::format::Format
A format descriptor that describes the channels present in a texture or view, how they are laid out, what size they are, and how the elements of the channels are interpreted (integer, float, etc.)
Variants
Rg4UnormRgba4UnormBgra4UnormR5g6b5UnormB5g6r5UnormR5g5b5a1UnormB5g5r5a1UnormA1r5g5b5UnormR8UnormR8SnormR8UscaledR8SscaledR8UintR8SintR8SrgbRg8UnormRg8SnormRg8UscaledRg8SscaledRg8UintRg8SintRg8SrgbRgb8UnormRgb8SnormRgb8UscaledRgb8SscaledRgb8UintRgb8SintRgb8SrgbBgr8UnormBgr8SnormBgr8UscaledBgr8SscaledBgr8UintBgr8SintBgr8SrgbRgba8UnormRgba8SnormRgba8UscaledRgba8SscaledRgba8UintRgba8SintRgba8SrgbBgra8UnormBgra8SnormBgra8UscaledBgra8SscaledBgra8UintBgra8SintBgra8SrgbAbgr8UnormAbgr8SnormAbgr8UscaledAbgr8SscaledAbgr8UintAbgr8SintAbgr8SrgbA2r10g10b10UnormA2r10g10b10SnormA2r10g10b10UscaledA2r10g10b10SscaledA2r10g10b10UintA2r10g10b10SintA2b10g10r10UnormA2b10g10r10SnormA2b10g10r10UscaledA2b10g10r10SscaledA2b10g10r10UintA2b10g10r10SintR16UnormR16SnormR16UscaledR16SscaledR16UintR16SintR16SfloatRg16UnormRg16SnormRg16UscaledRg16SscaledRg16UintRg16SintRg16SfloatRgb16UnormRgb16SnormRgb16UscaledRgb16SscaledRgb16UintRgb16SintRgb16SfloatRgba16UnormRgba16SnormRgba16UscaledRgba16SscaledRgba16UintRgba16SintRgba16SfloatR32UintR32SintR32SfloatRg32UintRg32SintRg32SfloatRgb32UintRgb32SintRgb32SfloatRgba32UintRgba32SintRgba32SfloatR64UintR64SintR64SfloatRg64UintRg64SintRg64SfloatRgb64UintRgb64SintRgb64SfloatRgba64UintRgba64SintRgba64SfloatB10g11r11UfloatE5b9g9r9UfloatD16UnormX8D24UnormD32SfloatS8UintD16UnormS8UintD24UnormS8UintD32SfloatS8UintBc1RgbUnormBc1RgbSrgbBc1RgbaUnormBc1RgbaSrgbBc2UnormBc2SrgbBc3UnormBc3SrgbBc4UnormBc4SnormBc5UnormBc5SnormBc6hUfloatBc6hSfloatBc7UnormBc7SrgbEtc2R8g8b8UnormEtc2R8g8b8SrgbEtc2R8g8b8a1UnormEtc2R8g8b8a1SrgbEtc2R8g8b8a8UnormEtc2R8g8b8a8SrgbEacR11UnormEacR11SnormEacR11g11UnormEacR11g11SnormAstc4x4UnormAstc4x4SrgbAstc5x4UnormAstc5x4SrgbAstc5x5UnormAstc5x5SrgbAstc6x5UnormAstc6x5SrgbAstc6x6UnormAstc6x6SrgbAstc8x5UnormAstc8x5SrgbAstc8x6UnormAstc8x6SrgbAstc8x8UnormAstc8x8SrgbAstc10x5UnormAstc10x5SrgbAstc10x6UnormAstc10x6SrgbAstc10x8UnormAstc10x8SrgbAstc10x10UnormAstc10x10SrgbAstc12x10UnormAstc12x10SrgbAstc12x12UnormAstc12x12SrgbMethods
impl Format[src]
pub fn base_format(self) -> BaseFormat[src]
Get base format.
Returns None if format is Undefined.
pub fn surface_desc(&self) -> FormatDesc[src]
A shortcut to obtain surface format description.
pub fn is_color(self) -> bool[src]
Returns if the format has a color aspect.
pub fn is_depth(self) -> bool[src]
Returns if the format has a depth aspect.
pub fn is_stencil(self) -> bool[src]
Returns if the format has a stencil aspect.
Trait Implementations
impl Copy for Format[src]
impl Eq for Format[src]
impl Clone for Format[src]
fn clone(&self) -> Format[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialOrd<Format> for Format[src]
fn partial_cmp(&self, other: &Format) -> Option<Ordering>[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool1.0.0[src]
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
This method tests greater than (for self and other) and is used by the > operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl PartialEq<Format> for Format[src]
fn eq(&self, other: &Format) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Ord for Format[src]
fn cmp(&self, other: &Format) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
fn clamp(self, min: Self, max: Self) -> Self[src]
clamp)Restrict a value to a certain interval. Read more
impl Hash for Format[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for Format[src]
impl Serialize for Format[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for Format[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Unpin for Format
impl Sync for Format
impl Send for Format
impl UnwindSafe for Format
impl RefUnwindSafe for Format
Blanket Implementations
impl<T> Supports<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,