Struct nuklear_backend_gfx::pipe::Init []

pub struct Init<'a> {
    pub vbuf: <VertexBuffer<Vertex> as DataLink<'a>>::Init,
    pub tex: <TextureSampler<[f32; 4]> as DataLink<'a>>::Init,
    pub output: <BlendTarget<ColorFormat> as DataLink<'a>>::Init,
    pub locals: <ConstantBuffer<Locals> as DataLink<'a>>::Init,
    pub scissors: <Scissor as DataLink<'a>>::Init,
}

Fields

Trait Implementations

impl<'a> Clone for Init<'a>

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Init<'a>

Formats the value using the given formatter.

impl<'a> PartialEq for Init<'a>

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> PipelineInit for Init<'a>

The associated "meta" struct.

Attempt to map a PSO descriptor to a give shader program, represented by ProgramInfo. Returns an instance of the "meta" struct upon successful mapping. Read more