Fix D3D12 shader cache invalidation for cooker building for Windows

This commit is contained in:
Wojciech Figat
2022-03-28 20:43:14 +02:00
parent 2b9a03d9bc
commit 3c4fd80f6e
5 changed files with 9 additions and 6 deletions

View File

@@ -75,6 +75,7 @@ public:
{
struct
{
bool SupportDX12;
bool SupportDX11;
bool SupportDX10;
bool SupportVulkan;