From c4e90c3f0025628c0951f368d0d4b54f13a87b3d Mon Sep 17 00:00:00 2001 From: assiduous Date: Wed, 16 Sep 2020 20:19:06 -0700 Subject: Removed AdapterAttribs struct that was a duplicate of GraphicsAdapterInfo. Moved few members to GraphicsAdapterInfo --- Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3D11') diff --git a/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h b/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h index 34ddc552..f58dbd27 100644 --- a/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h @@ -130,7 +130,7 @@ DILIGENT_BEGIN_INTERFACE(IEngineFactoryD3D11, IEngineFactory) VIRTUAL void METHOD(EnumerateAdapters)(THIS_ DIRECT3D_FEATURE_LEVEL MinFeatureLevel, Uint32 REF NumAdapters, - AdapterAttribs* Adapters) PURE; + GraphicsAdapterInfo* Adapters) PURE; /// Enumerates available display modes for the specified output of the specified adapter. -- cgit v1.2.3