|
VTK
|
#include <vtkglVBOHelper.h>

Public Member Functions | |
| CellBO () | |
| void | ReleaseGraphicsResources (vtkWindow *win) |
Public Attributes | |
| vtkShaderProgram * | Program |
| BufferObject | ibo |
| VertexArrayObject | vao |
| vtkTimeStamp | ShaderSourceTime |
| size_t | indexCount |
| std::vector< GLintptr > | offsetArray |
| std::vector< unsigned int > | elementsArray |
| vtkTimeStamp | attributeUpdateTime |
Definition at line 90 of file vtkglVBOHelper.h.
| vtkgl::CellBO::CellBO | ( | ) | [inline] |
Definition at line 105 of file vtkglVBOHelper.h.
| void vtkgl::CellBO::ReleaseGraphicsResources | ( | vtkWindow * | win | ) |
Definition at line 93 of file vtkglVBOHelper.h.
Definition at line 94 of file vtkglVBOHelper.h.
Definition at line 95 of file vtkglVBOHelper.h.
Definition at line 96 of file vtkglVBOHelper.h.
| size_t vtkgl::CellBO::indexCount |
Definition at line 98 of file vtkglVBOHelper.h.
| std::vector<GLintptr> vtkgl::CellBO::offsetArray |
Definition at line 100 of file vtkglVBOHelper.h.
| std::vector<unsigned int> vtkgl::CellBO::elementsArray |
Definition at line 101 of file vtkglVBOHelper.h.
Definition at line 103 of file vtkglVBOHelper.h.
1.8.0