java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QQuickWindow.GraphicsStateInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QQuickWindow
public static class QQuickWindow.GraphicsStateInfo extends QtObject implements Cloneable
Describes some of the RHI's graphics state at the point of a beginExternalCommands() call
Java wrapper for Qt class QQuickWindow::GraphicsStateInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description GraphicsStateInfo()
protected
GraphicsStateInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QQuickWindow.GraphicsStateInfo
clone()
int
currentFrameSlot()
int
framesInFlight()
void
setCurrentFrameSlot(int currentFrameSlot)
void
setFramesInFlight(int framesInFlight)
-
Constructor Details
-
GraphicsStateInfo
public GraphicsStateInfo() -
GraphicsStateInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details