moGL
travis-test-3
Modern OpenGL wrapper, thin C++14 header-only layer on top of the OpenGL 4.5+ core spec
|
GL Handle wrapper, base class to most mogl objects, templated on the handle type, because it is not always GLuint (sometimes GLsync). The isHandleValid() method will result to a call to glIs*() with the appropriated name. More...
Go to the source code of this file.
Classes | |
class | mogl::Handle< T > |
Namespaces | |
namespace | mogl |
GL Handle wrapper, base class to most mogl objects, templated on the handle type, because it is not always GLuint (sometimes GLsync). The isHandleValid() method will result to a call to glIs*() with the appropriated name.
Modern OpenGL Wrapper
Copyright (c) 2015 Thibault Schueller This file is distributed under the MIT License
Ex: class FrameBuffer -> isHandleValid will call glIsFramebuffer().