Enum gfx_hal::pso::ImageDescriptorType [−][src]
Specific type of an image descriptor.
Variants
A sampled image allows sampling operations.
Show fields
Fields of Sampled
with_sampler: boolIf true, this descriptor corresponds to both a sampled image and a sampler to be used with that image.
A storage image allows load, store and atomic operations.
Show fields
Fields of Storage
read_only: boolIf true, store operations are not permitted on this image.
Trait Implementations
impl Clone for ImageDescriptorType[src]
impl Clone for ImageDescriptorType[src]fn clone(&self) -> ImageDescriptorType[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ImageDescriptorType[src]
impl Copy for ImageDescriptorType[src]impl Eq for ImageDescriptorType[src]
impl Eq for ImageDescriptorType[src]impl Hash for ImageDescriptorType[src]
impl Hash for ImageDescriptorType[src]impl Ord for ImageDescriptorType[src]
impl Ord for ImageDescriptorType[src]impl PartialEq<ImageDescriptorType> for ImageDescriptorType[src]
impl PartialEq<ImageDescriptorType> for ImageDescriptorType[src]fn eq(&self, other: &ImageDescriptorType) -> bool[src]
fn ne(&self, other: &ImageDescriptorType) -> bool[src]
impl PartialOrd<ImageDescriptorType> for ImageDescriptorType[src]
impl PartialOrd<ImageDescriptorType> for ImageDescriptorType[src]fn partial_cmp(&self, other: &ImageDescriptorType) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for ImageDescriptorType[src]
impl StructuralEq for ImageDescriptorType[src]Auto Trait Implementations
impl RefUnwindSafe for ImageDescriptorType
impl RefUnwindSafe for ImageDescriptorTypeimpl Send for ImageDescriptorType
impl Send for ImageDescriptorTypeimpl Sync for ImageDescriptorType
impl Sync for ImageDescriptorTypeimpl Unpin for ImageDescriptorType
impl Unpin for ImageDescriptorTypeimpl UnwindSafe for ImageDescriptorType
impl UnwindSafe for ImageDescriptorType