Uses of Enum
io.qt.opengl.QOpenGLBuffer.RangeAccessFlag
Packages that use QOpenGLBuffer.RangeAccessFlag
-
Uses of QOpenGLBuffer.RangeAccessFlag in io.qt.opengl
Methods in io.qt.opengl that return QOpenGLBuffer.RangeAccessFlagModifier and TypeMethodDescriptionfinal QOpenGLBuffer.RangeAccessFlag[]
QOpenGLBuffer.RangeAccessFlags.flags()
Returns an array of flag objects represented by this RangeAccessFlags.QOpenGLBuffer.RangeAccessFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QOpenGLBuffer.RangeAccessFlag[]
QOpenGLBuffer.RangeAccessFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.opengl with parameters of type QOpenGLBuffer.RangeAccessFlagModifier and TypeMethodDescriptionQOpenGLBuffer.RangeAccessFlag.combined
(QOpenGLBuffer.RangeAccessFlag e) Combines this entry with other enum entry.QOpenGLBuffer.RangeAccessFlags.combined
(QOpenGLBuffer.RangeAccessFlag e) Combines this flags with enum entry.QOpenGLBuffer.RangeAccessFlag.flags
(QOpenGLBuffer.RangeAccessFlag... values) Creates a newQOpenGLBuffer.RangeAccessFlags
from the entries.final ByteBuffer
QOpenGLBuffer.mapRange
(int offset, int count, QOpenGLBuffer.RangeAccessFlag... access) Overloaded function forQOpenGLBuffer.mapRange(int, int, io.qt.opengl.QOpenGLBuffer.RangeAccessFlags)
.QOpenGLBuffer.RangeAccessFlags.setFlag
(QOpenGLBuffer.RangeAccessFlag e) Sets the flage
QOpenGLBuffer.RangeAccessFlags.setFlag
(QOpenGLBuffer.RangeAccessFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.opengl with parameters of type QOpenGLBuffer.RangeAccessFlagModifierConstructorDescriptionCreates a new RangeAccessFlags where the flags inargs
are set.