![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h More...
\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h
Direct3D 11 specific initialization parameters.
A D3D11-based QRhi needs no special parameters for initialization. If desired, enableDebugLayer can be set to true
to enable the Direct3D debug layer. This can be useful during development, but should be avoided in production builds.
\badcode QRhiD3D11InitParams params; params.enableDebugLayer = true; rhi = QRhi::create(QRhi::D3D11, ¶ms);