From c2a9e830175d658bf6862b3456228b9b1ce3804a Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 7 Jan 2020 19:19:04 -0800 Subject: Finished reworking device feature reporting; removed EngineVkCreateInfo::DeviceFeatures structure. --- Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Graphics/GraphicsEngineD3DBase') 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; } }; -- cgit v1.2.3