Uses of Class
io.qt.quick.QSGRendererInterface.ShaderType
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGRendererInterface.ShaderType in io.qt.quick
Methods in io.qt.quick that return QSGRendererInterface.ShaderType Modifier and Type Method Description static QSGRendererInterface.ShaderType
QSGRendererInterface.ShaderType. resolve(int value)
Returns the corresponding enum entry for the given value.abstract QSGRendererInterface.ShaderType
QSGRendererInterface.Impl. shaderType()
QSGRendererInterface.ShaderType
QSGRendererInterface. shaderType()
static QSGRendererInterface.ShaderType
QSGRendererInterface.ShaderType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGRendererInterface.ShaderType[]
QSGRendererInterface.ShaderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.