diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-19 01:45:44 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-19 01:45:44 +0000 |
| commit | 70eccbb86635b13e88f8eae15e26145315009023 (patch) | |
| tree | 401c3a24b9f28880f29fbf0866c5f26ec4581747 /Graphics/GraphicsEngineOpenGL | |
| parent | Removed jni/Visual GDB Android build from legacy project files (diff) | |
| download | DiligentCore-70eccbb86635b13e88f8eae15e26145315009023.tar.gz DiligentCore-70eccbb86635b13e88f8eae15e26145315009023.zip | |
Fixed file paths ('\' -> '/') to fix Android build on linux
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/include/GLContextAndroid.h | 2 | ||||
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/include/GLContextAndroid.h b/Graphics/GraphicsEngineOpenGL/include/GLContextAndroid.h index 74d8d27f..d2892c1e 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLContextAndroid.h +++ b/Graphics/GraphicsEngineOpenGL/include/GLContextAndroid.h @@ -24,7 +24,7 @@ #pragma once #include <EGL/egl.h> -#include <android\native_window.h> +#include <android/native_window.h> namespace Diligent { diff --git a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h index 57697d78..f370d224 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h +++ b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h @@ -27,7 +27,7 @@ /// Definition of the Diligent::IRenderDeviceGLES interface #include "RenderDeviceGL.h" -#include <android\native_window.h> +#include <android/native_window.h> #include <EGL/egl.h> namespace Diligent |
