Euphoria
Public Attributes | List of all members
eu::render::CompiledVertexElement Struct Reference

A realized VertexElementDescription like vec3 position at gl shader position 3. More...

Public Attributes

VertexType type
 
std::string name
 
int index
 

Detailed Description

A realized VertexElementDescription like vec3 position at gl shader position 3.

Definition at line 55 of file vertex_layout.h.

Member Data Documentation

◆ index

int eu::render::CompiledVertexElement::index

Definition at line 59 of file vertex_layout.h.

◆ name

std::string eu::render::CompiledVertexElement::name

Definition at line 58 of file vertex_layout.h.

◆ type

VertexType eu::render::CompiledVertexElement::type

Definition at line 57 of file vertex_layout.h.


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