From a25f78a128abe1993d52ee1f87cf4d1edef4f633 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Date: Thu, 23 Apr 2015 15:28:38 +0300 Subject: [PATCH] Document conformance issue about stencil attribute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0008dffd4a919a17d2b6c3558790e197b55e7e4a Task-number: QTBUG-45372 Reviewed-by: Pasi Keränen <pasi.keranen@digia.com> --- src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc b/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc index d3b9353..9a88ff6 100644 --- a/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc +++ b/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc @@ -200,5 +200,7 @@ * * \li The drawArrays and drawElements calls don't check for the validity of the enabled * attributes or the buffers they point to. + * + * \li Enabling the stencil context attribute also forces the depth attribute to be enabled. * \endlist */ -- GitLab