java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiInitParams
io.qt.gui.rhi.QRhiD3D11InitParams
- All Implemented Interfaces:
QtObjectInterface
Direct3D 11 specific initialization parameters
Java wrapper for Qt class QRhiD3D11InitParams
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
final boolean
Kotlin property getter.final void
setEnableDebugLayer
(boolean enableDebugLayer) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRhiD3D11InitParams
public QRhiD3D11InitParams()See
QRhiD3D11InitParams::
QRhiD3D11InitParams()
-
-
Method Details
-
setEnableDebugLayer
-
enableDebugLayer
-
getEnableDebugLayer
Kotlin property getter. In Java use
enableDebugLayer()
instead.
-