Josh's Graphics Library
|
#include <glad/glad.h>
#include <vector>
#include <array>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | JGL::CachedGlyph |
Represents a single font-character "glyph", that has been cached in-memory for fast retrieval. More... | |
class | JGL::CachedFont |
Represents a Font object as it exists in the font-cache. More... | |
class | JGL::FontCache |
Namespaces | |
namespace | JGL |
OpenGL Wrapper for rendering 2D & 3D graphics in both a 2D and 3D context. | |
Variables | |
FontCache | JGL::fontCache |