23#include <Inventor/nodes/SoNode.h>
24#include <Inventor/SbPImpl.h>
25#include <Inventor/misc/SoRef.h>
26#include <Inventor/fields/SoSFInt32.h>
27#include <Inventor/fields/SoSFBufferObject.h>
28#include <Inventor/fields/SoSFEnum.h>
29#include <Inventor/SbEnums.h>
30#include <Inventor/nodes/SoShaderParameter.h>
96 static void initClass() ;
97 static void exitClass() ;
99 void fieldHasChanged(
SoField* field)
override;
Base class for all fields.
Renders a scene graph using Open Inventor's Render Engine.
Field containing an enumerated value.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Shader parameter...
BufferType
List of buffer object types supported as shader parameter.
SoShaderParameterBufferObject()
SoSFEnum bufferType
The buffer type.
SoSFBufferObject buffer
An SoBufferObject containing data.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Abstract base cl...