Enum gfx_hal::pso::DescriptorType [−][src]
pub enum DescriptorType { Sampler, Image { ty: ImageDescriptorType, }, Buffer { ty: BufferDescriptorType, format: BufferDescriptorFormat, }, InputAttachment, }
The type of a descriptor.
Variants
A descriptor associated with sampler.
A descriptor associated with an image.
Show fields
Fields of Image
ty: ImageDescriptorType
The specific type of this image descriptor.
A descriptor associated with a buffer.
Show fields
Fields of Buffer
ty: BufferDescriptorType
The type of this buffer descriptor.
format: BufferDescriptorFormat
The format of this buffer descriptor.
A descriptor associated with an input attachment.
Trait Implementations
impl Clone for DescriptorType
[src]
impl Clone for DescriptorType
[src]fn clone(&self) -> DescriptorType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for DescriptorType
[src]
impl Copy for DescriptorType
[src]impl Eq for DescriptorType
[src]
impl Eq for DescriptorType
[src]impl Hash for DescriptorType
[src]
impl Hash for DescriptorType
[src]impl Ord for DescriptorType
[src]
impl Ord for DescriptorType
[src]impl PartialEq<DescriptorType> for DescriptorType
[src]
impl PartialEq<DescriptorType> for DescriptorType
[src]fn eq(&self, other: &DescriptorType) -> bool
[src]
fn ne(&self, other: &DescriptorType) -> bool
[src]
impl PartialOrd<DescriptorType> for DescriptorType
[src]
impl PartialOrd<DescriptorType> for DescriptorType
[src]fn partial_cmp(&self, other: &DescriptorType) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for DescriptorType
[src]
impl StructuralEq for DescriptorType
[src]impl StructuralPartialEq for DescriptorType
[src]
impl StructuralPartialEq for DescriptorType
[src]Auto Trait Implementations
impl RefUnwindSafe for DescriptorType
impl RefUnwindSafe for DescriptorType
impl Send for DescriptorType
impl Send for DescriptorType
impl Sync for DescriptorType
impl Sync for DescriptorType
impl Unpin for DescriptorType
impl Unpin for DescriptorType
impl UnwindSafe for DescriptorType
impl UnwindSafe for DescriptorType