summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
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;