Uses of Enum Class
com.openinventor.inventor.devices.SoGpuBufferObject.BufferAccessNatures
Packages that use SoGpuBufferObject.BufferAccessNatures
-
Uses of SoGpuBufferObject.BufferAccessNatures in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoGpuBufferObject.BufferAccessNaturesModifier and TypeMethodDescriptionSoGpuBufferObject.getAccessNature()
Returns the current buffer access nature hint for this buffer object.SoGpuBufferObject.BufferAccessNatures.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.SoGpuBufferObject.BufferAccessNatures.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openinventor.inventor.devices with parameters of type SoGpuBufferObject.BufferAccessNaturesModifierConstructorDescriptionSoGpuBufferObject
(SoGpuBufferObject.BufferAccessFrequencies accessFrequency, SoGpuBufferObject.BufferAccessNatures accessNature) Constructor.