mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 12:05:20 +00:00
Renamed "Tutorial" namespace to "ApiWithoutSecrets". Added ApiWithoutSecrets namescape to all files. Placed function pointers in an ApiWithoutSecrets namespace to fix errors on Linux.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "Tutorial02.h"
|
||||
#include "VulkanFunctions.h"
|
||||
|
||||
namespace Tutorial {
|
||||
namespace ApiWithoutSecrets {
|
||||
|
||||
Tutorial02::Tutorial02() :
|
||||
VulkanLibrary(),
|
||||
@@ -851,4 +851,4 @@ namespace Tutorial {
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Tutorial
|
||||
} // namespace ApiWithoutSecrets
|
||||
Reference in New Issue
Block a user