summaryrefslogtreecommitdiff
path: root/platform/osx/src/MGLOpenGLLayer.h
blob: 5c8ac43e9e870b9472b9304455731d0a229c55d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#import <Cocoa/Cocoa.h>

#import "MGLTypes.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