cgv
|
struct that manages attribute sources and corresponding gpu objects per subplot More...
#include <plot_base.h>
Public Attributes | |
bool | samples_out_of_date |
bool | sources_out_of_date |
size_t | count |
cgv::render::attribute_array_binding | aab |
cgv::render::vertex_buffer | vbo |
std::vector< attribute_source > | attribute_sources |
struct that manages attribute sources and corresponding gpu objects per subplot
Definition at line 251 of file plot_base.h.
cgv::plot::attribute_source_array::attribute_source_array | ( | ) |
Definition at line 216 of file plot_base.cxx.
cgv::render::attribute_array_binding cgv::plot::attribute_source_array::aab |
Definition at line 256 of file plot_base.h.
std::vector<attribute_source> cgv::plot::attribute_source_array::attribute_sources |
Definition at line 258 of file plot_base.h.
size_t cgv::plot::attribute_source_array::count |
Definition at line 255 of file plot_base.h.
bool cgv::plot::attribute_source_array::samples_out_of_date |
Definition at line 253 of file plot_base.h.
bool cgv::plot::attribute_source_array::sources_out_of_date |
Definition at line 254 of file plot_base.h.
cgv::render::vertex_buffer cgv::plot::attribute_source_array::vbo |
Definition at line 257 of file plot_base.h.