Josh's Graphics Library
|
#include <vector>
#include <glad/glad.h>
#include <J3ML/LinearAlgebra/Vector2.hpp>
#include <J3ML/LinearAlgebra/Vector2i.hpp>
#include <J3ML/LinearAlgebra/Vector3.hpp>
#include <J3ML/LinearAlgebra/Vector4.hpp>
Go to the source code of this file.
Classes | |
class | JGL::VRamList |
A wrapped for "Vertex Buffer Object" In OpenGL, Store things in VRam. More... | |
Namespaces | |
namespace | JGL |
OpenGL Wrapper for rendering 2D & 3D graphics in both a 2D and 3D context. | |