Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <cmath>
#include <memory>
#include <jau/basic_types.hpp>
#include <jau/float_types.hpp>
#include <jau/int_types.hpp>
#include <jau/type_info.hpp>
#include <gamp/render/gl/data/GLArrayDataProxy.hpp>
#include <gamp/render/gl/data/GLBuffers.hpp>
#include <gamp/render/gl/data/impl/GLSLArrayHandler.hpp>
#include <gamp/render/gl/glsl/ShaderState.hpp>
Go to the source code of this file.
Classes | |
class | gamp::render::gl::data::GLArrayDataClient< Value_type > |
Client data buffer for non VBO GLArrayData usage of given template-type Value_type. More... | |
struct | gamp::render::gl::data::GLArrayDataClient< Value_type >::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::data::impl |
Typedefs | |
template<typename Value_type> | |
using | gamp::render::gl::data::GLArrayDataClientRef = std::shared_ptr<GLArrayDataClient<Value_type>> |
typedef GLArrayDataClient< float > | gamp::render::gl::data::GLFloatArrayDataClient |
typedef GLArrayDataClientRef< float > | gamp::render::gl::data::GLFloatArrayDataClientRef |