|
Gamp v0.0.7-54-gccdc599
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <jau/basic_types.hpp>#include <jau/darray.hpp>#include <jau/int_math_ct.hpp>#include <jau/int_types.hpp>#include <jau/float_types.hpp>#include <jau/string_util.hpp>#include <jau/type_info.hpp>#include <jau/util/VersionNumber.hpp>#include <gamp/GampTypes.hpp>#include <gamp/render/RenderTypes.hpp>#include <gamp/render/gl/GLHeader.hpp>#include <gamp/render/gl/GLLiterals.hpp>#include <gamp/render/gl/GLVersionNum.hpp>#include <gamp/render/gl/GLContext.hpp>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. | |