Struct vulkano::pipeline::shader::ShaderInterfaceDefEntry [] [src]

pub struct ShaderInterfaceDefEntry {
    pub location: Range<u32>,
    pub format: Format,
    pub name: Option<Cow<'static, str>>,
}

Entry of a shader interface definition.

Fields

Range of locations covered by the element.

Format of a each location of the element.

Name of the element, or None if the name is unknown.

Trait Implementations

impl Debug for ShaderInterfaceDefEntry
[src]

Formats the value using the given formatter.

impl Clone for ShaderInterfaceDefEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more