Package io.qt.quick

Class QQuickWindow.GraphicsStateInfo

java.lang.Object
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

  • Constructor Details

    • GraphicsStateInfo

      public GraphicsStateInfo()

      See QQuickWindow::GraphicsStateInfo::GraphicsStateInfo()

    • GraphicsStateInfo

      public GraphicsStateInfo(QQuickWindow.GraphicsStateInfo other)

      See QQuickWindow::GraphicsStateInfo::GraphicsStateInfo(QQuickWindow::GraphicsStateInfo)

      Parameters:
      other -
    • GraphicsStateInfo

      public GraphicsStateInfo(int currentFrameSlot, int framesInFlight)

      See QQuickWindow::GraphicsStateInfo::GraphicsStateInfo{int,int}

      Parameters:
      currentFrameSlot -
      framesInFlight -
  • Method Details