VTK  9.7.20260731
vtkFourByteUnion Union Reference

#include <vtkOpenGLVertexBufferObject.h>

Detailed Description

OpenGL vertex buffer object.

OpenGL buffer object to store geometry and/or attribute data on the GPU.

Definition at line 22 of file vtkOpenGLVertexBufferObject.h.

Public Attributes

unsigned char c [4]
 
short s [2]
 
float f
 

Member Data Documentation

◆ c

unsigned char vtkFourByteUnion::c[4]

Definition at line 24 of file vtkOpenGLVertexBufferObject.h.

◆ s

short vtkFourByteUnion::s[2]

Definition at line 25 of file vtkOpenGLVertexBufferObject.h.

◆ f

float vtkFourByteUnion::f

Definition at line 26 of file vtkOpenGLVertexBufferObject.h.


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