Changes to build on macOS and animate frames
This commit is contained in:
parent
0dc33496df
commit
2349738013
11 changed files with 267 additions and 107 deletions
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include "VulkanTools.h"
|
||||
|
||||
#if !(defined(VK_USE_PLATFORM_IOS_MVK) || defined(VK_USE_PLATFORM_MACOS_MVK))
|
||||
// iOS & macOS: VulkanExampleBase::getAssetPath() implemented externally to allow access to Objective-C components
|
||||
const std::string getAssetPath()
|
||||
{
|
||||
#if defined(VK_USE_PLATFORM_ANDROID_KHR)
|
||||
|
|
@ -18,6 +20,7 @@ const std::string getAssetPath()
|
|||
return "./../data/";
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
namespace vks
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue