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::vec2 position
 
glm::vec2 tex_coord
 
glm::vec4 color
 

Detailed Description

Vertex struct.

Version
0.0.3

Member Data Documentation

◆ color

glm::vec4 Vertex::color

◆ position

glm::vec2 Vertex::position

◆ tex_coord

glm::vec2 Vertex::tex_coord

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