Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRhiD3D11NativeHandles Class Reference

\variable QRhiD3D11InitParams::enableDebugLayer More...

Collaboration diagram for QRhiD3D11NativeHandles:

Detailed Description

\variable QRhiD3D11InitParams::enableDebugLayer

When set to true, a debug device is created, assuming the debug layer is available. The default value is false.

\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h

Since
6.6

Holds the D3D device and device context used by the QRhi.

Note
The class uses {void *} as the type since including the COM-based {d3d11.h} headers is not acceptable here. The actual types are {ID3D11Device *} and {ID3D11DeviceContext *}.
This is a RHI API with limited compatibility guarantees, see \l QRhi for details.

The documentation for this class was generated from the following file: