Graphics: Add forceDisableFeatures config

This commit is contained in:
Jérôme Leclercq
2021-07-09 12:37:11 +02:00
parent 9f410302d2
commit c72dfc8004
2 changed files with 4 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ namespace Nz
struct Config
{
RenderDeviceFeatures forceDisableFeatures;
bool useDedicatedRenderDevice = true;
};