diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-06 04:14:11 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-06 04:14:11 +0000 |
| commit | 859717ac93f8f72f34765df32396ba56e0d6a885 (patch) | |
| tree | 6bd4cfb136b16fb4c9b722fa9a101ca3c80c2443 /Graphics/GraphicsEngineMetal | |
| parent | Fixed Metal backend stub (diff) | |
| download | DiligentCore-859717ac93f8f72f34765df32396ba56e0d6a885.tar.gz DiligentCore-859717ac93f8f72f34765df32396ba56e0d6a885.zip | |
Fixed one more issue with Metal back-end
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
| -rw-r--r-- | Graphics/GraphicsEngineMetal/include/RenderDeviceMtlImpl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineMetal/include/RenderDeviceMtlImpl.h b/Graphics/GraphicsEngineMetal/include/RenderDeviceMtlImpl.h index 05a3e8d4..109958d6 100644 --- a/Graphics/GraphicsEngineMetal/include/RenderDeviceMtlImpl.h +++ b/Graphics/GraphicsEngineMetal/include/RenderDeviceMtlImpl.h @@ -29,7 +29,6 @@ #include "RenderDeviceMtl.h" #include "RenderDeviceBase.h" #include "DeviceContextMtl.h" -#include "EngineMtlAttribs.h" namespace Diligent { |
