[−][src]Enum amethyst_rendy::rendy::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 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 Serialize for Format[src]
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
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 Debug for Format[src]
impl<'de> Deserialize<'de> for Format[src]
fn deserialize<__D>(
__deserializer: __D
) -> Result<Format, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<Format, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Copy for Format[src]
impl Eq for Format[src]
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 Hash for Format[src]
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> 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<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float, [src]
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
fn adapt_into_using<M>(self, method: M) -> D where
M: TransformMatrix<Swp, Dwp, T>, [src]
M: TransformMatrix<Swp, Dwp, T>,
fn adapt_into(self) -> D[src]
Convert the source color to the destination color using the bradford method by default Read more
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> SetParameter for T[src]
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>, [src]
T: Parameter<Self>,
Sets value as a parameter of self.
impl<T> Supports<T> for T[src]
impl<T> Erased for T[src]
impl<T> Serialize for T where
T: Serialize + ?Sized, [src]
T: Serialize + ?Sized,
fn erased_serialize(&self, serializer: &mut dyn Serializer) -> Result<Ok, Error>[src]
impl<T> Scalar for T where
T: Copy + PartialEq<T> + Any + Debug, [src]
T: Copy + PartialEq<T> + Any + Debug,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
SS: SubsetOf<SP>,
fn to_subset(&self) -> Option<SS>[src]
fn is_in_subset(&self) -> bool[src]
unsafe fn to_subset_unchecked(&self) -> SS[src]
fn from_subset(element: &SS) -> SP[src]
impl<T> Resource for T where
T: Any + Send + Sync, [src]
T: Any + Send + Sync,
impl<T> Any for T where
T: Any, [src]
T: Any,
fn get_type_id(&self) -> TypeId[src]
impl<T> Event for T where
T: Send + Sync + 'static, [src]
T: Send + Sync + 'static,
impl<T> Clone for T where
T: Clone, [src]
T: Clone,