Uses of Enum
io.qt.qt3d.render.QAbstractTexture.TextureFormat
Packages that use QAbstractTexture.TextureFormat
-
Uses of QAbstractTexture.TextureFormat in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QAbstractTexture.TextureFormatMethods in io.qt.qt3d.render that return QAbstractTexture.TextureFormatModifier and TypeMethodDescriptionQAbstractTexture.format()
QTextureData.format()
QAbstractTexture.TextureFormat.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QAbstractTexture.TextureFormat[]
QAbstractTexture.TextureFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render with parameters of type QAbstractTexture.TextureFormatModifier and TypeMethodDescriptionfinal void
QAbstractTexture.setFormat
(QAbstractTexture.TextureFormat format) final void
QTextureData.setFormat
(QAbstractTexture.TextureFormat arg__1)