Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoBufferObject.h File Reference
#include <Inventor/SbBase.h>
#include <Inventor/SbPImpl.h>
#include <Inventor/misc/SoRefCounter.h>
#include <Inventor/SoTypedObject.h>
#include <Inventor/SoSubTypedClass.h>
#include <Inventor/devices/SoDeviceContext.h>
#include <Inventor/threads/SbThreadSpinlock.h>
#include <Inventor/STL/limits>
#include <Inventor/renderer/RendererResourceMacro.h>

Go to the source code of this file.

Classes

class  SoBufferObject
  VSG extension Abstract base class for buffer object management More...
 

Macros

#define SO_BUFFER_SIZE_ALL   ((std::numeric_limits<size_t>::max)())
 Used to indicate that we want to use the whole buffer.
 

Macro Definition Documentation

◆ SO_BUFFER_SIZE_ALL

#define SO_BUFFER_SIZE_ALL   ((std::numeric_limits<size_t>::max)())

Used to indicate that we want to use the whole buffer.

Definition at line 47 of file SoBufferObject.h.