diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-02-16 06:48:41 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-02-16 06:48:41 +0000 |
| commit | e33d94fecd272db4bf542541c069e9e2c168c1d5 (patch) | |
| tree | c4c33fe97b817ed67fc505059a6323336660311f /Common/NativeApp/src/Android/AndroidAppBase.cpp | |
| parent | Updated samples (fixed linux/max build error) (diff) | |
| download | DiligentEngine-e33d94fecd272db4bf542541c069e9e2c168c1d5.tar.gz DiligentEngine-e33d94fecd272db4bf542541c069e9e2c168c1d5.zip | |
Moved NativeApp to Diligent namespace
Diffstat (limited to 'Common/NativeApp/src/Android/AndroidAppBase.cpp')
| -rw-r--r-- | Common/NativeApp/src/Android/AndroidAppBase.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Common/NativeApp/src/Android/AndroidAppBase.cpp b/Common/NativeApp/src/Android/AndroidAppBase.cpp index 31e2724..4a1a4e2 100644 --- a/Common/NativeApp/src/Android/AndroidAppBase.cpp +++ b/Common/NativeApp/src/Android/AndroidAppBase.cpp @@ -30,6 +30,9 @@ #include <android/native_window_jni.h> //#include <cpu-features.h> +namespace Diligent +{ + int AndroidAppBase::InitDisplay() { if( !initialized_resources_ ) @@ -258,3 +261,5 @@ void AndroidAppBase::UpdateFPS( float fFPS ) app_->activity->vm->DetachCurrentThread(); return; } + +} |
