galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
galaxy::Vertex Struct Referencefinal

Represents a single vertex point. More...

#include <Vertex.hpp>

+ Collaboration diagram for galaxy::Vertex:

Public Attributes

glm::vec3 m_pos
 Position.
 
glm::vec2 m_texels
 Texture coords (uv).
 
unsigned int m_index
 Uniform data index.
 

Detailed Description

Represents a single vertex point.

Definition at line 23 of file Vertex.hpp.

Member Data Documentation

◆ m_pos

glm::vec3 galaxy::Vertex::m_pos

Position.

Definition at line 28 of file Vertex.hpp.

◆ m_texels

glm::vec2 galaxy::Vertex::m_texels

Texture coords (uv).

Definition at line 33 of file Vertex.hpp.

◆ m_index

unsigned int galaxy::Vertex::m_index

Uniform data index.

Definition at line 38 of file Vertex.hpp.


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