cgv
Loading...
Searching...
No Matches
cgv::plot::attribute_source_array Struct Reference

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_sourceattribute_sources
 

Detailed Description

struct that manages attribute sources and corresponding gpu objects per subplot

Definition at line 251 of file plot_base.h.

Constructor & Destructor Documentation

◆ attribute_source_array()

cgv::plot::attribute_source_array::attribute_source_array ( )

Definition at line 216 of file plot_base.cxx.

Member Data Documentation

◆ aab

cgv::render::attribute_array_binding cgv::plot::attribute_source_array::aab

Definition at line 256 of file plot_base.h.

◆ attribute_sources

std::vector<attribute_source> cgv::plot::attribute_source_array::attribute_sources

Definition at line 258 of file plot_base.h.

◆ count

size_t cgv::plot::attribute_source_array::count

Definition at line 255 of file plot_base.h.

◆ samples_out_of_date

bool cgv::plot::attribute_source_array::samples_out_of_date

Definition at line 253 of file plot_base.h.

◆ sources_out_of_date

bool cgv::plot::attribute_source_array::sources_out_of_date

Definition at line 254 of file plot_base.h.

◆ vbo

cgv::render::vertex_buffer cgv::plot::attribute_source_array::vbo

Definition at line 257 of file plot_base.h.


The documentation for this struct was generated from the following files: