Josh's Graphics Library
|
Go to the source code of this file.
Namespaces | |
namespace | JGL |
OpenGL Wrapper for rendering 2D & 3D graphics in both a 2D and 3D context. | |
Enumerations | |
enum class | JGL::Direction : u8 { JGL::None = 0 , JGL::Vertical = 1 , JGL::Horizontal = 2 , JGL::Diagonal_NWSE = 3 , JGL::Diagonal_SWNE = 4 } |
enum class | JGL::MSAA_SAMPLE_RATE : u8 { JGL::MSAA_NONE = 0 , JGL::MSAA_2X = 1 , JGL::MSAA_4X = 2 , JGL::MSAA_8X = 3 } |
Functions | |
Direction | JGL::operator| (Direction a, Direction b) |
bool | JGL::operator& (Direction a, Direction b) |