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