summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
authorazhirnov <zh1dron@gmail.com>2020-08-31 12:04:27 +0000
committerazhirnov <zh1dron@gmail.com>2020-08-31 12:09:36 +0000
commitab1149384b1185eb1b22eab8344055f82f9e10cb (patch)
tree8221754353a7250d0a0b3ef84d229200c623f67b /Graphics/GraphicsEngineD3DBase
parentremoved unused DXILUtils, fixed some Codacy issues (diff)
parentAdded C API for IReferenceCounters (diff)
downloadDiligentCore-ab1149384b1185eb1b22eab8344055f82f9e10cb.tar.gz
DiligentCore-ab1149384b1185eb1b22eab8344055f82f9e10cb.zip
Merge branch 'master' into mesh_shader
# Conflicts: # Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.hpp b/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.hpp
index 5b11dabc..fc73814d 100644
--- a/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.hpp
+++ b/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.hpp
@@ -168,6 +168,7 @@ public:
Features.BinaryOcclusionQueries = True;
Features.TimestampQueries = True;
Features.PipelineStatisticsQueries = True;
+ Features.DurationQueries = True;
Features.DepthBiasClamp = True;
Features.DepthClamp = True;
Features.IndependentBlend = True;