blob: 832664f397d42e8362d39e90f88c9a852f4965c2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
/// A subclass of NSOpenGLLayer that creates the environment mbgl needs to
/// render good-looking maps.
@interface MGLOpenGLLayer : NSOpenGLLayer
@end
NS_ASSUME_NONNULL_END
|