java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiNativeHandles
io.qt.gui.rhi.QRhiD3D12CommandBufferNativeHandles
- All Implemented Interfaces:
QtObjectInterface
Holds the ID3D12GraphicsCommandList object that is backing a QRhiCommandBuffer
Java wrapper for Qt class QRhiD3D12CommandBufferNativeHandles
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionSeeQRhiD3D12CommandBufferNativeHandles::
QRhiD3D12CommandBufferNativeHandles() -
Method Summary
Modifier and TypeMethodDescriptionfinal QNativePointer
final QNativePointer
Kotlin property getter.final void
setCommandList
(QNativePointer commandList) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRhiD3D12CommandBufferNativeHandles
public QRhiD3D12CommandBufferNativeHandles()See
QRhiD3D12CommandBufferNativeHandles::
QRhiD3D12CommandBufferNativeHandles()
-
-
Method Details
-
setCommandList
-
commandList
-
getCommandList
Kotlin property getter. In Java use
commandList()
instead.
-