Uses of Class
com.openinventor.inventor.devices.SoGpuBufferObject.BufferAccessFrequencies
-
Packages that use SoGpuBufferObject.BufferAccessFrequencies Package Description com.openinventor.inventor.devices Open Inventor supported devices. -
-
Uses of SoGpuBufferObject.BufferAccessFrequencies in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoGpuBufferObject.BufferAccessFrequencies Modifier and Type Method Description SoGpuBufferObject.BufferAccessFrequenciesSoGpuBufferObject. getAccessFrequency()Returns the current buffer access frequency hint for this buffer object.static SoGpuBufferObject.BufferAccessFrequenciesSoGpuBufferObject.BufferAccessFrequencies. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoGpuBufferObject.BufferAccessFrequenciesSoGpuBufferObject.BufferAccessFrequencies. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoGpuBufferObject.BufferAccessFrequencies[]SoGpuBufferObject.BufferAccessFrequencies. 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.BufferAccessFrequencies Constructor Description SoGpuBufferObject(SoGpuBufferObject.BufferAccessFrequencies accessFrequency)Calls SoGpuBufferObject(accessFrequency, SoGpuBufferObject.BufferAccessNatures.valueOf( SoGpuBufferObject.BufferAccessNatures.SHARED.getValue() )).SoGpuBufferObject(SoGpuBufferObject.BufferAccessFrequencies accessFrequency, SoGpuBufferObject.BufferAccessNatures accessNature)Constructor.
-