SimpleGL  1.1.0
A framework for platform independent rendering
Namespaces | Functions
backend_gl.tcc File Reference
#include "SimpleGL_gl/backend_gl.hpp"
#include <type_traits>

Go to the source code of this file.

Namespaces

 sgl
 Generic namespace for the SimpleGL framework.
 

Functions

template<typename E >
GLint sgl::to_GLint (E e)
 Gets the GLint value from an enum class. More...
 
template<typename E >
GLenum sgl::to_GLenum (E e)
 Gets the GLenum value from an enum class. More...
 
template<typename E >
GLbitfield sgl::to_GLbitfield (E e)
 Gets the GLbitfield value from an enum class. More...
 

Detailed Description

Author
Heiko Brumme

This files contains the template implementations of the backend_gl.hpp header.

Definition in file backend_gl.tcc.