java.lang.Object
io.qt.QtObject
io.qt.quick.QQuickGraphicsDevice
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Opaque container for native graphics objects representing graphics devices or contexts
Java wrapper for Qt class QQuickGraphicsDevice
This class was introduced in Qt 6.0.
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QQuickGraphicsDevice other) SeeQQuickGraphicsDevice::
operator=(QQuickGraphicsDevice) clone()
Creates and returns a copy of this object.final boolean
equals
(QQuickGraphicsDevice value2) Seeoperator==(QQuickGraphicsDevice,
QQuickGraphicsDevice) boolean
Seeoperator==(QQuickGraphicsDevice,
QQuickGraphicsDevice) static QQuickGraphicsDevice
fromAdapter
(int adapterLuidLow, int adapterLuidHigh) Overloaded function forfromAdapter(int, int, int)
withfeatureLevel = 0
.static QQuickGraphicsDevice
fromAdapter
(int adapterLuidLow, int adapterLuidHigh, int featureLevel) static QQuickGraphicsDevice
fromDeviceAndCommandQueue
(QNativePointer device, QNativePointer commandQueue) static QQuickGraphicsDevice
fromDeviceAndContext
(QNativePointer device, QNativePointer context) static QQuickGraphicsDevice
fromDeviceObjects
(long physicalDevice, long device, int queueFamilyIndex) Overloaded function forfromDeviceObjects(long, long, int, int)
withqueueIndex = 0
.static QQuickGraphicsDevice
fromDeviceObjects
(long physicalDevice, long device, int queueFamilyIndex, int queueIndex) static QQuickGraphicsDevice
fromOpenGLContext
(QOpenGLContext context) static QQuickGraphicsDevice
fromPhysicalDevice
(long physicalDevice) static QQuickGraphicsDevice
int
hashCode()
Returns the objects's hash code computed byqHash(QQuickGraphicsDevice)
.final boolean
isNull()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QQuickGraphicsDevice
public QQuickGraphicsDevice() -
QQuickGraphicsDevice
-
-
Method Details
-
isNull
-
assign
See
QQuickGraphicsDevice::
operator=(QQuickGraphicsDevice) -
equals
See
operator==(QQuickGraphicsDevice,
QQuickGraphicsDevice) -
fromAdapter
public static QQuickGraphicsDevice fromAdapter(int adapterLuidLow, int adapterLuidHigh, int featureLevel) -
fromDeviceAndCommandQueue
public static QQuickGraphicsDevice fromDeviceAndCommandQueue(QNativePointer device, QNativePointer commandQueue) -
fromDeviceAndContext
public static QQuickGraphicsDevice fromDeviceAndContext(QNativePointer device, QNativePointer context) -
fromDeviceObjects
public static QQuickGraphicsDevice fromDeviceObjects(long physicalDevice, long device, int queueFamilyIndex, int queueIndex) -
fromOpenGLContext
-
fromPhysicalDevice
-
fromRhi
See
QQuickGraphicsDevice::
fromRhi(QRhi*) This function was introduced in Qt 6.6.
-
equals
See
operator==(QQuickGraphicsDevice,
QQuickGraphicsDevice) -
hashCode
Returns the objects's hash code computed byqHash(QQuickGraphicsDevice)
. -
clone
Creates and returns a copy of this object.
See
QQuickGraphicsDevice::
QQuickGraphicsDevice(QQuickGraphicsDevice) -
fromAdapter
Overloaded function for
fromAdapter(int, int, int)
withfeatureLevel = 0
. -
fromDeviceObjects
public static QQuickGraphicsDevice fromDeviceObjects(long physicalDevice, long device, int queueFamilyIndex) Overloaded function for
fromDeviceObjects(long, long, int, int)
withqueueIndex = 0
.
-