Antkeeper  0.0.1
Public Attributes | List of all members
gl::pipeline_vertex_input_state Struct Reference

Pipeline input assembly state. More...

#include <pipeline-vertex-input-state.hpp>

Public Attributes

std::vector< vertex_input_bindingvertex_bindings
 Vertex bindings. More...
 
std::vector< vertex_input_attributevertex_attributes
 Vertex attributes. More...
 

Detailed Description

Pipeline input assembly state.

Definition at line 30 of file pipeline-vertex-input-state.hpp.

Member Data Documentation

◆ vertex_attributes

std::vector<vertex_input_attribute> gl::pipeline_vertex_input_state::vertex_attributes

Vertex attributes.

Definition at line 36 of file pipeline-vertex-input-state.hpp.

◆ vertex_bindings

std::vector<vertex_input_binding> gl::pipeline_vertex_input_state::vertex_bindings

Vertex bindings.

Definition at line 33 of file pipeline-vertex-input-state.hpp.


The documentation for this struct was generated from the following file: