diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-07-24 00:10:08 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-08-02 19:21:34 +0000 |
| commit | 9c9fe3d40eba06990af0eba3e5c47eb8c5e55d03 (patch) | |
| tree | 43b66cb31fae879245be895c8df6d6262f9c501c /Graphics/GraphicsEngineMetal | |
| parent | Added render pass object implementation stubs in all backends (diff) | |
| download | DiligentCore-9c9fe3d40eba06990af0eba3e5c47eb8c5e55d03.tar.gz DiligentCore-9c9fe3d40eba06990af0eba3e5c47eb8c5e55d03.zip | |
Fixed Metal build error
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
| -rw-r--r-- | Graphics/GraphicsEngineMetal/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.h (renamed from Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.hpp) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineMetal/CMakeLists.txt b/Graphics/GraphicsEngineMetal/CMakeLists.txt index 27b16620..ac047e78 100644 --- a/Graphics/GraphicsEngineMetal/CMakeLists.txt +++ b/Graphics/GraphicsEngineMetal/CMakeLists.txt @@ -13,6 +13,7 @@ set(INCLUDE include/PipelineStateMtlImpl.h include/QueryMtlImpl.h include/RenderDeviceMtlImpl.h + include/RenderPassMtlImpl.h include/SamplerMtlImpl.h include/ShaderMtlImpl.h include/ShaderResourceBindingMtlImpl.h diff --git a/Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.hpp b/Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.h index 2c900713..2c900713 100644 --- a/Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.hpp +++ b/Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.h |
