diff options
| author | azhirnov <zh1dron@gmail.com> | 2020-08-31 12:04:27 +0000 |
|---|---|---|
| committer | azhirnov <zh1dron@gmail.com> | 2020-08-31 12:09:36 +0000 |
| commit | ab1149384b1185eb1b22eab8344055f82f9e10cb (patch) | |
| tree | 8221754353a7250d0a0b3ef84d229200c623f67b /Graphics/GraphicsEngineD3DBase | |
| parent | removed unused DXILUtils, fixed some Codacy issues (diff) | |
| parent | Added C API for IReferenceCounters (diff) | |
| download | DiligentCore-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.hpp | 1 |
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; |
