diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-09-17 03:19:06 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-09-17 03:19:06 +0000 |
| commit | c4e90c3f0025628c0951f368d0d4b54f13a87b3d (patch) | |
| tree | cae1b894626f4a60f82352f4e66b041342d79d09 /Graphics/GraphicsEngineD3D11 | |
| parent | D3D12 backend: implemented proper detection of DXIL bytecode (diff) | |
| download | DiligentCore-c4e90c3f0025628c0951f368d0d4b54f13a87b3d.tar.gz DiligentCore-c4e90c3f0025628c0951f368d0d4b54f13a87b3d.zip | |
Removed AdapterAttribs struct that was a duplicate of GraphicsAdapterInfo. Moved few members to GraphicsAdapterInfo
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
| -rw-r--r-- | Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
