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 /Tests/TestApp/src/UWP/TestAppUWP.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 'Tests/TestApp/src/UWP/TestAppUWP.cpp')
| -rw-r--r-- | Tests/TestApp/src/UWP/TestAppUWP.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/TestApp/src/UWP/TestAppUWP.cpp b/Tests/TestApp/src/UWP/TestAppUWP.cpp index d7158f8..a3e40b5 100644 --- a/Tests/TestApp/src/UWP/TestAppUWP.cpp +++ b/Tests/TestApp/src/UWP/TestAppUWP.cpp @@ -29,7 +29,8 @@ #include "RenderDeviceFactoryD3D11.h" #include "RenderDeviceFactoryD3D12.h" -using namespace Diligent; +namespace Diligent +{ class TestAppUWP final : public TestApp { @@ -207,3 +208,5 @@ NativeAppBase* CreateApplication() { return new TestAppUWP; } + +} |
