Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
GLTypes.hpp File Reference
Include dependency graph for GLTypes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gamp
 Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly, ...)
 
namespace  gamp::render
 
namespace  gamp::render::gl
 

Functions

template<typename T, std::enable_if_t< std::is_same_v< float, T >, bool > = true>
constexpr GLenum gamp::render::gl::glType () noexcept
 
GLenum gamp::render::gl::glType (const jau::type_info &t) noexcept
 Runtime GL type retrieval using compile-time-type-info (CTTI) jau::type_info.