VTK
|
#include <vtkglVBOHelper.h>
Public Attributes | |
size_t | VertexCount |
int | Stride |
int | VertexOffset |
int | NormalOffset |
int | TCoordOffset |
int | TCoordComponents |
int | ColorOffset |
int | ColorComponents |
std::vector< float > | PackedVBO |
Definition at line 110 of file vtkglVBOHelper.h.
size_t vtkgl::VBOLayout::VertexCount |
Definition at line 112 of file vtkglVBOHelper.h.
int vtkgl::VBOLayout::Stride |
Definition at line 113 of file vtkglVBOHelper.h.
int vtkgl::VBOLayout::VertexOffset |
Definition at line 114 of file vtkglVBOHelper.h.
int vtkgl::VBOLayout::NormalOffset |
Definition at line 115 of file vtkglVBOHelper.h.
int vtkgl::VBOLayout::TCoordOffset |
Definition at line 116 of file vtkglVBOHelper.h.
int vtkgl::VBOLayout::TCoordComponents |
Definition at line 117 of file vtkglVBOHelper.h.
int vtkgl::VBOLayout::ColorOffset |
Definition at line 118 of file vtkglVBOHelper.h.
int vtkgl::VBOLayout::ColorComponents |
Definition at line 119 of file vtkglVBOHelper.h.
std::vector<float> vtkgl::VBOLayout::PackedVBO |
Definition at line 120 of file vtkglVBOHelper.h.