diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-08 03:19:04 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-08 03:19:04 +0000 |
| commit | c2a9e830175d658bf6862b3456228b9b1ce3804a (patch) | |
| tree | 59a2af293d8161863bb074b43cfaa8e2bdd2d5d3 /Graphics/GraphicsEngineD3DBase | |
| parent | Merge branch 'master' of https://github.com/DiligentGraphics/DiligentCore.git (diff) | |
| download | DiligentCore-c2a9e830175d658bf6862b3456228b9b1ce3804a.tar.gz DiligentCore-c2a9e830175d658bf6862b3456228b9b1ce3804a.zip | |
Finished reworking device feature reporting; removed EngineVkCreateInfo::DeviceFeatures structure.
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
| -rw-r--r-- | Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.h b/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.h index 249bdf4a..a1f0f601 100644 --- a/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.h +++ b/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.h @@ -173,6 +173,9 @@ public: Features.IndependentBlend = True; Features.DualSourceBlend = True; Features.MultiViewport = True; + Features.TextureCompressionBC = True; + Features.PixelUAVWritesAndAtomics = True; + Features.TextureUAVExtendedFormats = True; } }; |
