rhi: d3d11: Drop the TDR test flags from the init struct

Kept separate from the parent patch to allow qtdeclarative
to remove its usages first.

Change-Id: Ic0fe61f3d48c2ddb1b0314b1cc219e52e4728ac1
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
This commit is contained in:
Laszlo Agocs 2023-02-17 12:18:16 +01:00
parent b0eeed1fd1
commit 872b772f3f

View File

@ -24,9 +24,6 @@ QT_BEGIN_NAMESPACE
struct Q_GUI_EXPORT QRhiD3D11InitParams : public QRhiInitParams
{
bool enableDebugLayer = false;
int framesUntilKillingDeviceViaTdr = -1;
bool repeatDeviceKill = false;
};
struct Q_GUI_EXPORT QRhiD3D11NativeHandles : public QRhiNativeHandles