Struct screen_13::prelude::vk::VertexInputAttributeDescription
source · pub struct VertexInputAttributeDescription {
pub location: u32,
pub binding: u32,
pub format: Format,
pub offset: u32,
}Expand description
Fields§
§location: u32§binding: u32§format: Format§offset: u32Implementations§
source§impl VertexInputAttributeDescription
impl VertexInputAttributeDescription
pub fn builder<'a>() -> VertexInputAttributeDescriptionBuilder<'a>
Trait Implementations§
source§impl Clone for VertexInputAttributeDescription
impl Clone for VertexInputAttributeDescription
source§fn clone(&self) -> VertexInputAttributeDescription
fn clone(&self) -> VertexInputAttributeDescription
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 Default for VertexInputAttributeDescription
impl Default for VertexInputAttributeDescription
source§fn default() -> VertexInputAttributeDescription
fn default() -> VertexInputAttributeDescription
Returns the “default value” for a type. Read more