Uses of Class
io.qt.opengl.QOpenGLTexture.MipMapGeneration
Package | Description |
---|---|
io.qt.opengl |
-
Uses of QOpenGLTexture.MipMapGeneration in io.qt.opengl
Methods in io.qt.opengl that return QOpenGLTexture.MipMapGeneration Modifier and Type Method Description static QOpenGLTexture.MipMapGeneration
QOpenGLTexture.MipMapGeneration. resolve(int value)
Returns the corresponding enum entry for the given value.static QOpenGLTexture.MipMapGeneration
QOpenGLTexture.MipMapGeneration. valueOf(String name)
Returns the enum constant of this type with the specified name.static QOpenGLTexture.MipMapGeneration[]
QOpenGLTexture.MipMapGeneration. 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 QOpenGLTexture.MipMapGeneration Modifier and Type Method Description void
QOpenGLTexture. setData(QImage image, QOpenGLTexture.MipMapGeneration genMipMaps)
Constructors in io.qt.opengl with parameters of type QOpenGLTexture.MipMapGeneration Constructor Description QOpenGLTexture(QImage image, QOpenGLTexture.MipMapGeneration genMipMaps)