Add FindMoltenVK module
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user