java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGMaterialRhiShader.RenderState
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QSGMaterialRhiShader
public static class QSGMaterialRhiShader.RenderState extends QtObject implements Cloneable
Encapsulates the current rendering state during a call to QSGMaterialRhiShader::updateUniformData() and the other update type of functions
Java wrapper for Qt class QSGMaterialRhiShader::RenderState
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description RenderState()
protected
RenderState(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QSGMaterialRhiShader.RenderState
clone()
QMatrix4x4
combinedMatrix()
float
determinant()
float
devicePixelRatio()
QRect
deviceRect()
QSGMaterialShader.RenderState.DirtyStates
dirtyStates()
boolean
isMatrixDirty()
boolean
isOpacityDirty()
QMatrix4x4
modelViewMatrix()
float
opacity()
QMatrix4x4
projectionMatrix()
QRect
viewportRect()
-
Constructor Details
-
RenderState
public RenderState() -
RenderState
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details