summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-02-18 08:27:14 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-02-18 08:27:14 +0000
commit251cbf3fa84ff8b660714d5f413232c189664a8a (patch)
tree78132a8a84b15ea447f2776a1c73d216c12e3755 /Graphics/GraphicsEngine
parentUpdated GL functions loading on Android (diff)
downloadDiligentCore-251cbf3fa84ff8b660714d5f413232c189664a8a.tar.gz
DiligentCore-251cbf3fa84ff8b660714d5f413232c189664a8a.zip
Disabled all Vulkan features by default
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/GraphicsTypes.h6
1 files changed, 3 insertions, 3 deletions
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;