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

pub struct EmptyShaderInterfaceDef;

Description of an empty shader interface.

Trait Implementations

impl Debug for EmptyShaderInterfaceDef
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for EmptyShaderInterfaceDef
[src]

impl Clone for EmptyShaderInterfaceDef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl ShaderInterfaceDef for EmptyShaderInterfaceDef
[src]

Iterator returned by elements.

[src]

Iterates over the elements of the interface.

Auto Trait Implementations