VVISF & VVGL
VVGL_Base.hpp File Reference
#include "VVGL_Defines.hpp"
#include <vector>
#include <memory>
#include "VVGL_Time.hpp"
#include "VVGL_Range.hpp"
#include "VVGL_StringUtils.hpp"

Go to the source code of this file.

Classes

struct  VVGL::GLColor
 This struct describes an RGBA color. More...
 

Typedefs

using GLTexToCPUCopierRef = shared_ptr< GLTexToCPUCopier >
 A GLTexToCPUCopierRef is a shared pointer around a GLTexToCPUCopier.
 
using GLCPUToTexCopierRef = shared_ptr< GLCPUToTexCopier >
 A GLCPUToTexCopierRef is a shared pointer around a GLCPUToTexCopier.
 

Enumerations

enum  VVGL::GLVersion
 This enum is used to describe the GL environment of a GL context, which is determined at runtime.
 

Functions

const string VVGL::GLVersionToString (const GLVersion &v)
 Returns a std::string describing the passed GLVersion.