diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-08-25 04:52:38 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-08-25 04:52:38 +0000 |
| commit | 414fa5ee38e2055b41883fc9a8ecb42ec1483f6d (patch) | |
| tree | dedddbea70658e301d06efc401eaabfc35e24920 /Graphics/GraphicsEngineD3DBase | |
| parent | Added QUERY_TYPE_DURATION value and QueryDataDuration struct (diff) | |
| download | DiligentCore-414fa5ee38e2055b41883fc9a8ecb42ec1483f6d.tar.gz DiligentCore-414fa5ee38e2055b41883fc9a8ecb42ec1483f6d.zip | |
Implemented duration queries in D3D11 backend; added duration query test
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; |
