[−][src]Struct rendy_core::hal::pso::AttributeDesc
Vertex attribute description. Notably, completely separate from resource Descriptor
s
used in DescriptorSet
s.
Fields
location: u32
Attribute binding location in the shader. Attribute locations are shared between all vertex buffers in a pipeline, meaning that even if the data for this attribute comes from a different vertex buffer, it still cannot share the same location with another attribute.
binding: u32
Binding number of the associated vertex buffer.
element: Element<Format>
Attribute element description.
Trait Implementations
impl Clone for AttributeDesc
[src][+]
impl Copy for AttributeDesc
[src]
impl Debug for AttributeDesc
[src][+]
impl Eq for AttributeDesc
[src]
impl Hash for AttributeDesc
[src][+]
impl Ord for AttributeDesc
[src][+]
impl PartialEq<AttributeDesc> for AttributeDesc
[src][+]
impl PartialOrd<AttributeDesc> for AttributeDesc
[src][+]
impl StructuralEq for AttributeDesc
[src]
impl StructuralPartialEq for AttributeDesc
[src]
Auto Trait Implementations
impl RefUnwindSafe for AttributeDesc
impl Send for AttributeDesc
impl Sync for AttributeDesc
impl Unpin for AttributeDesc
impl UnwindSafe for AttributeDesc
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,