VTK
Public Attributes | List of all members
vtkgl::VBOLayout Struct Reference

#include <vtkglVBOHelper.h>

Public Attributes

size_t VertexCount
 
int Stride
 
int VertexOffset
 
int NormalOffset
 
int TCoordOffset
 
int TCoordComponents
 
int ColorOffset
 
int ColorComponents
 
std::vector< floatPackedVBO
 

Detailed Description

Definition at line 110 of file vtkglVBOHelper.h.

Member Data Documentation

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.


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