MetalDeferredLighting/AAPLAppDelegate.h
/* |
Copyright (C) 2014 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Application delegate for Metal Sample Code. Creates the renderer at app launch and sets it as the view and controller delegate. starts and stops game loop as needed. |
*/ |
#import <UIKit/UIKit.h> |
@interface AAPLAppDelegate : UIResponder <UIApplicationDelegate> |
@property (strong, nonatomic) UIWindow *window; |
@end |