diff options
Diffstat (limited to 'platform/macos/src/MGLMapView.h')
-rw-r--r-- | platform/macos/src/MGLMapView.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/macos/src/MGLMapView.h b/platform/macos/src/MGLMapView.h index fb2572ec08..37c13802b1 100644 --- a/platform/macos/src/MGLMapView.h +++ b/platform/macos/src/MGLMapView.h @@ -32,6 +32,11 @@ typedef NS_OPTIONS(NSUInteger, MGLMapDebugMaskOptions) { @note This option does nothing in Release builds of the SDK. */ MGLMapDebugStencilBufferMask = 1 << 6, + + /** The depth buffer is shown instead of the color buffer. + @note This option does nothing in Release builds of the SDK. + */ + MGLMapDebugDepthBufferMask = 1 << 7, }; @class MGLAnnotationImage; |