summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/GraphicsTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngine/interface/GraphicsTypes.h b/Graphics/GraphicsEngine/interface/GraphicsTypes.h
index 1df91fa0..beb8c8fa 100644
--- a/Graphics/GraphicsEngine/interface/GraphicsTypes.h
+++ b/Graphics/GraphicsEngine/interface/GraphicsTypes.h
@@ -1300,8 +1300,8 @@ namespace Diligent
bool depthClamp = false;
bool independentBlend = false;
bool samplerAnisotropy = true;
- bool geometryShader = false;
- bool tessellationShader = false;
+ bool geometryShader = true;
+ bool tessellationShader = true;
bool dualSrcBlend = false;
bool multiViewport = false;
bool imageCubeArray = false;