java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QQuickGraphicsConfiguration
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QQuickGraphicsConfiguration extends QtObject implements Cloneable
Container for low-level graphics settings that can affect how the underlying graphics API, such as Vulkan, is initialized by the Qt Quick scene graph. It can also control certain aspects of the scene graph renderer
Java wrapper for Qt class QQuickGraphicsConfiguration
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QQuickGraphicsConfiguration()
protected
QQuickGraphicsConfiguration(QtObject.QPrivateConstructor p)
Constructor for internal use only.QQuickGraphicsConfiguration(QQuickGraphicsConfiguration other)
-
Method Summary
Modifier and Type Method Description QQuickGraphicsConfiguration
clone()
QList<QByteArray>
deviceExtensions()
boolean
isDepthBufferEnabledFor2D()
void
setDepthBufferFor2D(boolean enable)
void
setDeviceExtensions(Collection<QByteArray> extensions)
-
Constructor Details
-
QQuickGraphicsConfiguration
public QQuickGraphicsConfiguration() -
QQuickGraphicsConfiguration
-
QQuickGraphicsConfiguration
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details