GLI  0.5.1
gl.hpp
Go to the documentation of this file.
1 
29 #ifndef GLI_GL_INCLUDED
30 #define GLI_GL_INCLUDED
31 
32 #include "storage.hpp"
33 
34 namespace gli
35 {
36  internalFormat internal_format(format const & Format);
37  externalFormat external_format(format const & Format);
38  typeFormat type_format(format const & Format);
39 
40 }//namespace gli
41 
42 #include "gl.inl"
43 
44 #endif//GLI_GL_INCLUDED
internalFormat
Definition: format.hpp:288
internalFormat internal_format(format const &Format)
externalFormat
Definition: format.hpp:438
format
Definition: format.hpp:34
typeFormat type_format(format const &Format)
OpenGL Image (gli.g-truc.net)
externalFormat external_format(format const &Format)
typeFormat
Definition: format.hpp:489