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

Font Character struct. More...

#include <engine_structs.h>

Public Attributes

GLuint texture_id
 
glm::ivec2 size
 
glm::ivec2 bearing
 
GLuint advance
 

Detailed Description

Font Character struct.

Version
0.0.1

Member Data Documentation

◆ advance

GLuint Character::advance

◆ bearing

glm::ivec2 Character::bearing

◆ size

glm::ivec2 Character::size

◆ texture_id

GLuint Character::texture_id

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