diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-27 02:54:07 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-27 02:54:07 +0000 |
| commit | bf4307fc31ae68baa3768fbe1e14862713d32260 (patch) | |
| tree | 3342c4b49c86c65a709c3ca761702a1268a0e1cc /Graphics/GraphicsEngineOpenGL | |
| parent | Added Engine factory c interface (diff) | |
| download | DiligentCore-bf4307fc31ae68baa3768fbe1e14862713d32260.tar.gz DiligentCore-bf4307fc31ae68baa3768fbe1e14862713d32260.zip | |
Fixed command list and device context C interfaces; fixed more Linux & Mac build issues
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/include/GLContext.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp b/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp index 6c1abe8a..e89dc3ff 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp @@ -34,9 +34,9 @@ #elif PLATFORM_LINUX # include "GLContextLinux.hpp" #elif PLATFORM_MACOS -# include "GLContextMacOS.h" +# include "GLContextMacOS.hpp" #elif PLATFORM_IOS -# include "GLContextIOS.h" +# include "GLContextIOS.hpp" #else # error Unsupported platform #endif |
