Add support for iOS and macOS via MoltenVK.
This commit is contained in:
parent
ac0a4989bd
commit
626ab5803f
40 changed files with 1829 additions and 1 deletions
12
xcode/macos/main.m
Normal file
12
xcode/macos/main.m
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
//
|
||||
// main.m
|
||||
//
|
||||
// Created by Bill Hollings on 2015/07/30.
|
||||
// Copyright © 2015 The Brenwill Workshop Ltd. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
int main(int argc, const char * argv[]) {
|
||||
return NSApplicationMain(argc, argv);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue