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::graphics::Vertex Struct Referencefinal

Represents a single vertex point. More...

#include <Vertex.hpp>

+ Collaboration diagram for galaxy::graphics::Vertex:

Public Attributes

glm::vec2 m_pos
 Position..
 
glm::vec2 m_texels
 Texture coords.
 

Detailed Description

Represents a single vertex point.

Definition at line 24 of file Vertex.hpp.

Member Data Documentation

◆ m_pos

glm::vec2 galaxy::graphics::Vertex::m_pos

Position..

Definition at line 29 of file Vertex.hpp.

◆ m_texels

glm::vec2 galaxy::graphics::Vertex::m_texels

Texture coords.

Definition at line 34 of file Vertex.hpp.


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