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::vec2 m_pos
 Position.
 
glm::vec2 m_texels
 Texture coords (uv).
 

Detailed Description

Represents a single vertex point.

Definition at line 22 of file Vertex.hpp.

Member Data Documentation

◆ m_pos

glm::vec2 galaxy::Vertex::m_pos

Position.

Definition at line 27 of file Vertex.hpp.

◆ m_texels

glm::vec2 galaxy::Vertex::m_texels

Texture coords (uv).

Definition at line 32 of file Vertex.hpp.


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