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

pub struct EmptyShaderInterfaceDef;

Description of an empty shader interface.

Trait Implementations

impl Debug for EmptyShaderInterfaceDef
[src]

Formats the value using the given formatter.

impl Copy for EmptyShaderInterfaceDef
[src]

impl Clone for EmptyShaderInterfaceDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ShaderInterfaceDef for EmptyShaderInterfaceDef
[src]

Iterator returned by elements.

Iterates over the elements of the interface.