java.lang.Object
io.qt.QtObject
io.qt.quick.QSGMaterialRhiShader.RenderState
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QSGMaterialRhiShader
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
-
Constructor Summary
ConstructorDescriptionSeeQSGMaterialRhiShader::RenderState::
RenderState() SeeQSGMaterialRhiShader::RenderState::
RenderState(QSGMaterialRhiShader::RenderState) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QMatrix4x4
final float
final float
final QRect
final boolean
Seeoperator==(QSGMaterialRhiShader::RenderState,
QSGMaterialRhiShader::RenderState) boolean
Seeoperator==(QSGMaterialRhiShader::RenderState,
QSGMaterialRhiShader::RenderState) int
hashCode()
Returns the objects's hash code computed byqHash(QSGMaterialRhiShader::RenderState)
.final boolean
final boolean
final QMatrix4x4
final float
opacity()
final QMatrix4x4
final QRect
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
RenderState
public RenderState()See
QSGMaterialRhiShader::RenderState::
RenderState() -
RenderState
See
QSGMaterialRhiShader::RenderState::
RenderState(QSGMaterialRhiShader::RenderState)
-
-
Method Details
-
combinedMatrix
-
determinant
-
devicePixelRatio
-
deviceRect
-
dirtyStates
-
isMatrixDirty
-
isOpacityDirty
-
modelViewMatrix
-
opacity
-
equals
See
operator==(QSGMaterialRhiShader::RenderState,
QSGMaterialRhiShader::RenderState) -
projectionMatrix
-
viewportRect
-
equals
See
operator==(QSGMaterialRhiShader::RenderState,
QSGMaterialRhiShader::RenderState) -
hashCode
Returns the objects's hash code computed byqHash(QSGMaterialRhiShader::RenderState)
. -
clone
Creates and returns a copy of this object.
See
QSGMaterialRhiShader::RenderState::
RenderState(QSGMaterialRhiShader::RenderState)
-