moGL  travis-test-3
Modern OpenGL wrapper, thin C++14 header-only layer on top of the OpenGL 4.5+ core spec
Namespaces | Defines | Functions
function/debug.hpp File Reference
#include <sstream>
#include <stdexcept>
#include "debug.inl"
Include dependency graph for debug.hpp:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Modern OpenGL Wrapper

Copyright (c) 2015 Thibault Schueller This file is distributed under the MIT License

Author:
Thibault Schueller <ryp.sqrt@gmail.com>

Define Documentation

#define MOGL_ASSERT_GLSTATE ( )    mogl::Debug::assertGLState(__FILE__, __FUNCTION__, __LINE__)
 All Classes Namespaces Files Functions Variables Defines