Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
Public Attributes | List of all members
Vertex Struct Reference

Vertex struct. More...

#include <mesh.h>

Public Attributes

glm::vec3 Position
 
glm::vec4 Color
 
glm::vec2 UV
 
float TextureIndex
 

Detailed Description

Vertex struct.

Version
0.0.3

Member Data Documentation

◆ Color

glm::vec4 Vertex::Color

◆ Position

glm::vec3 Vertex::Position

◆ TextureIndex

float Vertex::TextureIndex

◆ UV

glm::vec2 Vertex::UV

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