Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <memory>
#include <gamp/render/gl/GLTypes.hpp>
#include <gamp/render/gl/data/GLBuffers.hpp>
#include <string_view>
#include <jau/backtrace.hpp>
#include <jau/type_info.hpp>
Go to the source code of this file.
Classes | |
class | gamp::render::gl::data::GLArrayData |
Interface for a generic data buffer to be used for OpenGL arrays. More... | |
struct | gamp::render::gl::data::GLArrayData::Private |
Namespaces | |
namespace | gamp |
Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly, ...) | |
namespace | gamp::render |
namespace | gamp::render::gl |
namespace | gamp::render::gl::data |
namespace | gamp::render::gl::glsl |
Typedefs | |
typedef std::shared_ptr< GLArrayData > | gamp::render::gl::data::GLArrayDataRef |
Functions | |
std::ostream & | gamp::render::gl::data::operator<< (std::ostream &out, const GLArrayData &v) |