Luna::RHI::InputLayoutDesc

Describes the vertex input layout for the graphics pipeline.

struct Luna::RHI::InputLayoutDesc

Member objects

  • Span bindings

    An array of vertex input binding descriptors, each of them describes one vertex buffer that will be bound to the pipeline.

  • Span attributes

    An array of vertex input attributes.