From 251cbf3fa84ff8b660714d5f413232c189664a8a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 18 Feb 2019 00:27:14 -0800 Subject: Disabled all Vulkan features by default --- Graphics/GraphicsEngine/interface/GraphicsTypes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/interface/GraphicsTypes.h b/Graphics/GraphicsEngine/interface/GraphicsTypes.h index 2bc3c871..d402fb18 100644 --- a/Graphics/GraphicsEngine/interface/GraphicsTypes.h +++ b/Graphics/GraphicsEngine/interface/GraphicsTypes.h @@ -1337,9 +1337,9 @@ namespace Diligent bool fillModeNonSolid = false; bool depthClamp = false; bool independentBlend = false; - bool samplerAnisotropy = true; - bool geometryShader = true; - bool tessellationShader = true; + bool samplerAnisotropy = false; + bool geometryShader = false; + bool tessellationShader = false; bool dualSrcBlend = false; bool multiViewport = false; bool imageCubeArray = false; -- cgit v1.2.3