Struct screen_13::prelude::vk::SamplerCreateFlags
source · pub struct SamplerCreateFlags(_);Expand description
Implementations§
source§impl SamplerCreateFlags
impl SamplerCreateFlags
pub const fn empty() -> SamplerCreateFlags
pub const fn from_raw(x: u32) -> SamplerCreateFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: SamplerCreateFlags) -> bool
sourcepub const fn contains(self, other: SamplerCreateFlags) -> bool
pub const fn contains(self, other: SamplerCreateFlags) -> bool
Returns whether other is a subset of self
source§impl SamplerCreateFlags
impl SamplerCreateFlags
Generated from ‘VK_EXT_fragment_density_map’
pub const SUBSAMPLED_EXT: SamplerCreateFlags = Self(1)
pub const SUBSAMPLED_COARSE_RECONSTRUCTION_EXT: SamplerCreateFlags = Self(2)
source§impl SamplerCreateFlags
impl SamplerCreateFlags
Generated from ‘VK_EXT_descriptor_buffer’
pub const DESCRIPTOR_BUFFER_CAPTURE_REPLAY_EXT: SamplerCreateFlags = Self(8)
source§impl SamplerCreateFlags
impl SamplerCreateFlags
Generated from ‘VK_EXT_non_seamless_cube_map’
pub const NON_SEAMLESS_CUBE_MAP_EXT: SamplerCreateFlags = Self(4)
source§impl SamplerCreateFlags
impl SamplerCreateFlags
Generated from ‘VK_QCOM_image_processing’
pub const IMAGE_PROCESSING_QCOM: SamplerCreateFlags = Self(16)
Trait Implementations§
source§impl BitAnd<SamplerCreateFlags> for SamplerCreateFlags
impl BitAnd<SamplerCreateFlags> for SamplerCreateFlags
§type Output = SamplerCreateFlags
type Output = SamplerCreateFlags
The resulting type after applying the
& operator.source§fn bitand(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
fn bitand(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
Performs the
& operation. Read moresource§impl BitAndAssign<SamplerCreateFlags> for SamplerCreateFlags
impl BitAndAssign<SamplerCreateFlags> for SamplerCreateFlags
source§fn bitand_assign(&mut self, rhs: SamplerCreateFlags)
fn bitand_assign(&mut self, rhs: SamplerCreateFlags)
Performs the
&= operation. Read moresource§impl BitOr<SamplerCreateFlags> for SamplerCreateFlags
impl BitOr<SamplerCreateFlags> for SamplerCreateFlags
§type Output = SamplerCreateFlags
type Output = SamplerCreateFlags
The resulting type after applying the
| operator.source§fn bitor(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
fn bitor(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
Performs the
| operation. Read moresource§impl BitOrAssign<SamplerCreateFlags> for SamplerCreateFlags
impl BitOrAssign<SamplerCreateFlags> for SamplerCreateFlags
source§fn bitor_assign(&mut self, rhs: SamplerCreateFlags)
fn bitor_assign(&mut self, rhs: SamplerCreateFlags)
Performs the
|= operation. Read moresource§impl BitXor<SamplerCreateFlags> for SamplerCreateFlags
impl BitXor<SamplerCreateFlags> for SamplerCreateFlags
§type Output = SamplerCreateFlags
type Output = SamplerCreateFlags
The resulting type after applying the
^ operator.source§fn bitxor(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
fn bitxor(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
Performs the
^ operation. Read moresource§impl BitXorAssign<SamplerCreateFlags> for SamplerCreateFlags
impl BitXorAssign<SamplerCreateFlags> for SamplerCreateFlags
source§fn bitxor_assign(&mut self, rhs: SamplerCreateFlags)
fn bitxor_assign(&mut self, rhs: SamplerCreateFlags)
Performs the
^= operation. Read moresource§impl Clone for SamplerCreateFlags
impl Clone for SamplerCreateFlags
source§fn clone(&self) -> SamplerCreateFlags
fn clone(&self) -> SamplerCreateFlags
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SamplerCreateFlags
impl Debug for SamplerCreateFlags
source§impl Default for SamplerCreateFlags
impl Default for SamplerCreateFlags
source§fn default() -> SamplerCreateFlags
fn default() -> SamplerCreateFlags
Returns the “default value” for a type. Read more
source§impl Hash for SamplerCreateFlags
impl Hash for SamplerCreateFlags
source§impl Not for SamplerCreateFlags
impl Not for SamplerCreateFlags
§type Output = SamplerCreateFlags
type Output = SamplerCreateFlags
The resulting type after applying the
! operator.source§fn not(self) -> SamplerCreateFlags
fn not(self) -> SamplerCreateFlags
Performs the unary
! operation. Read moresource§impl Ord for SamplerCreateFlags
impl Ord for SamplerCreateFlags
source§fn cmp(&self, other: &SamplerCreateFlags) -> Ordering
fn cmp(&self, other: &SamplerCreateFlags) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<SamplerCreateFlags> for SamplerCreateFlags
impl PartialEq<SamplerCreateFlags> for SamplerCreateFlags
source§fn eq(&self, other: &SamplerCreateFlags) -> bool
fn eq(&self, other: &SamplerCreateFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SamplerCreateFlags> for SamplerCreateFlags
impl PartialOrd<SamplerCreateFlags> for SamplerCreateFlags
source§fn partial_cmp(&self, other: &SamplerCreateFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &SamplerCreateFlags) -> Option<Ordering>
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 more