From 0df60c46517648b18e65d860f5a9356ba751ca11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Fri, 19 Aug 2016 15:22:13 +0200 Subject: [core] add ability show visualize the depth buffer to the GLFW and macOS app --- platform/macos/src/MGLMapView.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'platform/macos/src/MGLMapView.h') 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; -- cgit v1.2.1