Uses of Enum
io.qt.gui.rhi.QRhiBuffer.Type
Packages that use QRhiBuffer.Type
-
Uses of QRhiBuffer.Type in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiBuffer.TypeModifier and TypeMethodDescriptionstatic QRhiBuffer.Type
QRhiBuffer.Type.resolve
(int value) Returns the corresponding enum entry for the given value.final QRhiBuffer.Type
QRhiBuffer.type()
static QRhiBuffer.Type
Returns the enum constant of this type with the specified name.static QRhiBuffer.Type[]
QRhiBuffer.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui.rhi with parameters of type QRhiBuffer.TypeModifier and TypeMethodDescriptionfinal QRhiBuffer
QRhi.newBuffer
(QRhiBuffer.Type type, QRhiBuffer.UsageFlags usage, int size) final void
QRhiBuffer.setType
(QRhiBuffer.Type t)