Classes | |
class | eagine::oglp::glsl_container< Container > |
Base class typically storing GLSL source code strings. More... | |
class | eagine::oglp::glsl_source_ref |
Class referencing a set of GLSL source code strings. More... | |
class | eagine::oglp::glsl_string_ref |
Reference to a GLSL source code string. More... | |
class | eagine::oglp::glsl_literal |
Wrapper class for a GLSL string literal, convertible to glsl_source_ref. More... | |
Functions | |
static auto | eagine::oglp::operator""_glsl (const char *src_str, std::size_t n) noexcept -> glsl_string_ref |
User defined literal for GLSL source code strings. | |