Uses of Enum
io.qt.qt3d.render.QClearBuffers.BufferType
-
Uses of QClearBuffers.BufferType in io.qt.qt3d.extras
Modifier and TypeMethodDescriptionfinal QClearBuffers.BufferType
QForwardRenderer.buffersToClear()
Modifier and TypeMethodDescriptionfinal void
QForwardRenderer.setBuffersToClear
(QClearBuffers.BufferType arg__1) -
Uses of QClearBuffers.BufferType in io.qt.qt3d.render
Modifier and TypeMethodDescriptionfinal QClearBuffers.BufferType
QClearBuffers.buffers()
final QClearBuffers.BufferType []
QClearBuffers.BufferTypeFlags.flags()
Returns an array of flag objects represented by this BufferTypeFlags.static QClearBuffers.BufferType
QClearBuffers.BufferType.resolve
(int value) Returns the corresponding enum entry for the given value.static QClearBuffers.BufferType
Returns the enum constant of this type with the specified name.static QClearBuffers.BufferType[]
QClearBuffers.BufferType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQClearBuffers.BufferType.cleared
(QClearBuffers.BufferType e) Excludes other enum entry from a flag of this entry.QClearBuffers.BufferType.combined
(QClearBuffers.BufferType e) Combines this entry with other enum entry.QClearBuffers.BufferTypeFlags.combined
(QClearBuffers.BufferType e) Combines this flags with enum entry.QClearBuffers.BufferType.flags
(QClearBuffers.BufferType ... values) Creates a newQClearBuffers.BufferTypeFlags
from the entries.final void
QClearBuffers.setBuffers
(QClearBuffers.BufferType buffers) QClearBuffers.BufferTypeFlags.setFlag
(QClearBuffers.BufferType e) Sets the flage
QClearBuffers.BufferTypeFlags.setFlag
(QClearBuffers.BufferType e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionBufferTypeFlags
(QClearBuffers.BufferType ... args) Creates a new BufferTypeFlags where the flags inargs
are set.