Uses of Enum Class
com.openinventor.inventor.devices.SoGLBufferObject.BufferObjectTargets
Packages that use SoGLBufferObject.BufferObjectTargets
-
Uses of SoGLBufferObject.BufferObjectTargets in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoGLBufferObject.BufferObjectTargetsModifier and TypeMethodDescriptionSoGLBufferObject.getTarget()
Returns the current buffer target.SoGLBufferObject.BufferObjectTargets.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoGLBufferObject.BufferObjectTargets[]
SoGLBufferObject.BufferObjectTargets.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.devices with parameters of type SoGLBufferObject.BufferObjectTargetsModifier and TypeMethodDescriptionvoid
SoGLBufferObject.setTarget
(SoGLBufferObject.BufferObjectTargets target) Specify the buffer target, which defines possible usage of the buffer.