java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGMaterialRhiShader.GraphicsPipelineState
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QSGMaterialRhiShader
public static class QSGMaterialRhiShader.GraphicsPipelineState extends QtObject implements Cloneable
Describes state changes that the material wants to apply to the currently active graphics pipeline state
Java wrapper for Qt class QSGMaterialRhiShader::GraphicsPipelineState
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor
Java wrapper for Qt enum QSGMaterialRhiShader::GraphicsPipelineState::BlendFactorstatic class
QSGMaterialRhiShader.GraphicsPipelineState.ColorMask
QFlags type for enumQSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent
static class
QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent
Java wrapper for Qt enum QSGMaterialRhiShader::GraphicsPipelineState::ColorMaskComponentstatic class
QSGMaterialRhiShader.GraphicsPipelineState.CullMode
Java wrapper for Qt enum QSGMaterialRhiShader::GraphicsPipelineState::CullMode -
Constructor Summary
Constructors Modifier Constructor Description GraphicsPipelineState()
protected
GraphicsPipelineState(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
GraphicsPipelineState
public GraphicsPipelineState() -
GraphicsPipelineState
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setBlendConstant
-
blendConstant
-
setBlendEnable
-
blendEnable
-
setColorWrite
@QtUninvokable public final void setColorWrite(QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent... colorWrite)Overloaded function for
setColorWrite(io.qt.quick.QSGMaterialRhiShader.GraphicsPipelineState.ColorMask)
. -
setColorWrite
@QtUninvokable public final void setColorWrite(QSGMaterialRhiShader.GraphicsPipelineState.ColorMask colorWrite) -
colorWrite
-
setCullMode
@QtUninvokable public final void setCullMode(QSGMaterialRhiShader.GraphicsPipelineState.CullMode cullMode) -
cullMode
-
setDstColor
@QtUninvokable public final void setDstColor(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor dstColor) -
dstColor
-
setSrcColor
@QtUninvokable public final void setSrcColor(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor srcColor) -
srcColor
-
clone
-