Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 QtGui

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: