From ba67d0fe718299050bf0195295aba3415c417b91 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Mon, 12 Mar 2018 17:37:11 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20specify=20a=20stencil=20buffer?= =?UTF-8?q?=20attachment=20for=20the=20onscreen=20FBO.=20(#4778)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/common/platform_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/common/platform_view.h b/shell/common/platform_view.h index 1162bc1ec81..66b1fcae10c 100644 --- a/shell/common/platform_view.h +++ b/shell/common/platform_view.h @@ -31,7 +31,7 @@ class PlatformView : public std::enable_shared_from_this { uint8_t blue_bits = 8; uint8_t alpha_bits = 8; uint8_t depth_bits = 0; - uint8_t stencil_bits = 8; + uint8_t stencil_bits = 0; }; void SetupResourceContextOnIOThread();