https://github.com/halide/Halide
Raw File
Tip revision: 36e3c5ffd2ff5e3d23f28328253ab9053d7339da authored by Derek Gerstmann on 29 July 2022, 18:19:31 UTC
Disable TARGET_SPIRV by default for now
Tip revision: 36e3c5f
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top