summaryrefslogtreecommitdiffstats
path: root/NativeApp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-18Fix misc. typosluz paz10-15/+15
2021-01-04Reverted local changes to build.gradleassiduous1-8/+1
2021-01-01Updated copyright noticeassiduous5-5/+12
2020-11-27Mac/iOS app sources: removed '-x objective-c++' flag and using mm extension i...assiduous11-17/+10
2020-11-24Fixed Mac/iOS clang warningsassiduous3-0/+8
2020-11-22iOS app: added option to select Metal modeassiduous7-13/+93
2020-11-19MacOSAppBase: added Metal modeassiduous12-9/+160
2020-10-11AppBase: added CompareUpdate golden image modeassiduous1-1/+5
2020-09-21Linux app base: updated OnGLContextCreated to return boolassiduous2-2/+7
2020-09-19Updated native app project for UWP (added dxgi.lib)assiduous1-0/+2
2020-09-15AppBase: added IsReady methodassiduous2-9/+18
2020-09-13Fixed iOS build errorassiduous1-1/+1
2020-09-13Minor update to match API 240069assiduous1-1/+1
2020-08-23Android build: changed build folder to engine-level build/Androidassiduous2-2/+2
2020-08-22Android build: changed build folder paths to .build and .build/.cxxassiduous2-2/+2
2020-08-22Android build files: specified native build output directoryassiduous2-1/+2
2020-08-22Fixed Android build.gradleassiduous1-0/+2
2020-08-22Updated Android build filesassiduous2-8/+6
2020-08-18Fixed issue with active GL context when resizing window on Mac (fixed https:/...assiduous1-4/+8
2020-06-05Added documentation for AppBase (fixed https://github.com/DiligentGraphics/Di...assiduous7-8/+120
2020-05-10Android: added AR Core to gradle buildassiduous2-2/+3630
2020-05-09Enabled arm64 ABI on Androidassiduous1-1/+1
2020-04-27Updated Android native app to better handle orientation changesassiduous2-29/+29
2020-04-27Imgui: handling surface pretransformassiduous1-1/+1
2020-04-26Few minor updates in Android appassiduous4-9/+8
2020-04-25Android app: enabling handling mode command line argumassiduous4-4/+66
2020-02-27travis: switched to gcc 9, fixed formattingassiduous1-1/+1
2020-02-27Fixed missing return statement issue in HandleXEventassiduous1-1/+1
2020-02-20Fixed deprecation warnings on iOSassiduous3-24/+29
2020-02-04Fixed MacOS deprecation warningassiduous1-1/+1
2020-02-02Removed shader.h from Android NDK Helper to avoid conflict with Diligent's Sh...assiduous4-296/+6
2020-02-02Improved native app build commandsassiduous2-32/+33
2020-01-31Fixed minor UWP issueassiduous1-1/+1
2020-01-31Fixed Mac/iOS build problemsassiduous3-3/+3
2020-01-31Renamed .h -> .hpp where appropriateassiduous17-29/+29
2020-01-29Fixed a bunch of minor Linux/iOS/MacOS build issuesassiduous6-8/+8
2020-01-29Updates to comply with the new APIassiduous2-3/+3
2020-01-15Linux native app: fixed return codeassiduous1-0/+2
2020-01-14Updated copyright notice on iOS launch screenassiduous1-1/+1
2020-01-01Updated copyright noticeassiduous4-28/+44
2019-12-30Fixed OpenGL initialization on Linux to not creat 2x-MS back bufferassiduous1-2/+7
2019-12-30CMake: fixed dependencies of XCBKeySyms projectassiduous1-1/+2
2019-12-29Minor update to build.gradleassiduous1-1/+1
2019-12-29Fixed few linux build issuesassiduous2-0/+5
2019-12-26Win32 app: updated golden image handling to render two frames to get GUI rend...assiduous1-0/+4
2019-12-25Native app: added gloden image processingassiduous2-3/+35
2019-11-25clang-formatted NativeAppEgor Yusov13-328/+340
2019-11-11Moved Native App from master repositoryEgor Yusov107-0/+12803