moGL
travis-test-3
Modern OpenGL wrapper, thin C++14 header-only layer on top of the OpenGL 4.5+ core spec
|
Go to the source code of this file.
Namespaces | |
namespace | mogl |
namespace | mogl::Debug |
Defines | |
#define | MOGL_ASSERT_GLSTATE() mogl::Debug::assertGLState(__FILE__, __FUNCTION__, __LINE__) |
Functions | |
std::string | mogl::Debug::getErrorString (GLenum error) |
std::string | mogl::Debug::getGLSLTypeString (GLenum type) |
void | mogl::Debug::assertGLState (const char *file, const char *func, int line) |
Modern OpenGL Wrapper
Copyright (c) 2015 Thibault Schueller This file is distributed under the MIT License
#define MOGL_ASSERT_GLSTATE | ( | ) | mogl::Debug::assertGLState(__FILE__, __FUNCTION__, __LINE__) |