java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QQuickGraphicsConfiguration
- All Implemented Interfaces:
QtObjectInterface
,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
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final QList<QByteArray>
final boolean
static QList<QByteArray>
final void
setDepthBufferFor2D
(boolean enable) final void
setDeviceExtensions
(Collection<QByteArray> extensions) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QQuickGraphicsConfiguration
public QQuickGraphicsConfiguration() -
QQuickGraphicsConfiguration
-
QQuickGraphicsConfiguration
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details