OGLplus  (0.59.0) a C++ wrapper for rendering APIs

eagine::oglp::glsl_container< Container > Class Template Reference

Base class typically storing GLSL source code strings. More...

#include <oglplus/glsl/container.hpp>

Public Member Functions

 glsl_container ()=default
 Default constructor.
 
 glsl_container (Container storage) noexcept
 Construction from the storage container.
 
auto storage () noexcept -> Container &
 Returns a reference to the storage container.
 
 operator glsl_source_ref () const noexcept
 Conversion to glsl_string_ref.
 

Detailed Description

template<typename Container>
class eagine::oglp::glsl_container< Container >

Base class typically storing GLSL source code strings.


The documentation for this class was generated from the following file:

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).