Add FindMoltenVK module

This commit is contained in:
2023-11-27 09:22:11 +01:00
parent e02af126ee
commit f83a56b17f
4 changed files with 79 additions and 14 deletions

View File

@@ -8,7 +8,6 @@
#include <MoltenVK/mvk_vulkan.h>
#include "Host/GraphicsAppManager.hpp"
#include "ExampleApps/CubesExampleApp.hpp"
#include "Base/UI/IVulkanWindow.hpp"
#import <MetalKit/MTKView.h>
@@ -128,7 +127,7 @@ public:
}
-(void*) makeGraphicsApp {
return CubesExampleApp::Create();
return nullptr;
}
-(void) dealloc {