|
VTK
9.0.1
|
OpenGL vertex buffer object. More...
#include <vtkOpenGLVertexBufferObject.h>
Public Attributes | |
| unsigned char | c [4] |
| short | s [2] |
| float | f |
OpenGL vertex buffer object.
OpenGL buffer object to store geometry and/or attribute data on the GPU.
Definition at line 30 of file vtkOpenGLVertexBufferObject.h.
| unsigned char vtkFourByteUnion::c[4] |
Definition at line 31 of file vtkOpenGLVertexBufferObject.h.
| short vtkFourByteUnion::s[2] |
Definition at line 32 of file vtkOpenGLVertexBufferObject.h.
| float vtkFourByteUnion::f |
Definition at line 33 of file vtkOpenGLVertexBufferObject.h.
1.8.17