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

Go to the source code of this file.

Classes

class  gamp::render::gl::glsl::ShaderUtil
 

Namespaces

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

Typedefs

typedef std::vector< uint8_t > gamp::render::gl::glsl::bytes_t
 
typedef std::vector< GLfloat > gamp::render::gl::glsl::float_list_t
 
typedef std::vector< GLint > gamp::render::gl::glsl::int_list_t
 
typedef std::vector< GLenum > gamp::render::gl::glsl::name_list_t
 
typedef std::vector< GLuint > gamp::render::gl::glsl::shader_list_t
 
typedef std::vector< string_list_tgamp::render::gl::glsl::source_list_t
 
typedef std::vector< string_tgamp::render::gl::glsl::string_list_t
 
typedef std::string gamp::render::gl::glsl::string_t
 
typedef std::vector< stringview_tgamp::render::gl::glsl::stringview_list_t
 
typedef std::string_view gamp::render::gl::glsl::stringview_t
 

Functions

template<typename T>
const jau::type_infogamp::render::gl::glsl::vectorSignature () noexcept
 Returns type signature of std::vector<T>.