Uses of Class
io.qt.quick.QSGRendererInterface.ShaderCompilationType
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGRendererInterface.ShaderCompilationType in io.qt.quick
Methods in io.qt.quick that return QSGRendererInterface.ShaderCompilationType Modifier and Type Method Description QSGRendererInterface.ShaderCompilationType[]
QSGRendererInterface.ShaderCompilationTypes. flags()
Returns an array of flag objects represented by this ShaderCompilationTypes.static QSGRendererInterface.ShaderCompilationType
QSGRendererInterface.ShaderCompilationType. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGRendererInterface.ShaderCompilationType
QSGRendererInterface.ShaderCompilationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGRendererInterface.ShaderCompilationType[]
QSGRendererInterface.ShaderCompilationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.quick with parameters of type QSGRendererInterface.ShaderCompilationType Constructor Description ShaderCompilationTypes(QSGRendererInterface.ShaderCompilationType... args)
Creates a new ShaderCompilationTypes where the flags inargs
are set.