Uses of Class
com.openinventor.inventor.devices.SoGpuBufferObject.BufferAccessNatures
-
Packages that use SoGpuBufferObject.BufferAccessNatures Package Description com.openinventor.inventor.devices Open Inventor supported devices. -
-
Uses of SoGpuBufferObject.BufferAccessNatures in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoGpuBufferObject.BufferAccessNatures Modifier and Type Method Description SoGpuBufferObject.BufferAccessNatures
SoGpuBufferObject. getAccessNature()
Returns the current buffer access nature hint for this buffer object.static SoGpuBufferObject.BufferAccessNatures
SoGpuBufferObject.BufferAccessNatures. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoGpuBufferObject.BufferAccessNatures
SoGpuBufferObject.BufferAccessNatures. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoGpuBufferObject.BufferAccessNatures[]
SoGpuBufferObject.BufferAccessNatures. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.openinventor.inventor.devices with parameters of type SoGpuBufferObject.BufferAccessNatures Constructor Description SoGpuBufferObject(SoGpuBufferObject.BufferAccessFrequencies accessFrequency, SoGpuBufferObject.BufferAccessNatures accessNature)
Constructor.
-