summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdate/tst_qdate.cpp
diff options
context:
space:
mode:
authorFredrik Orderud <fredrik.orderud@ge.com>2019-11-24 21:45:46 +0100
committerFredrik Orderud <fredrik.orderud@ge.com>2019-11-26 21:03:33 +0100
commit8a60244da8f34aaa4ba0f71ada5b87aee33e0715 (patch)
tree6b05c082acdc7134df879f773cbd06c7a7ebe3a5 /tests/auto/corelib/time/qdate/tst_qdate.cpp
parentd5608ca43756ed62678e60215da71827dd26a900 (diff)
Fix renderbufferStorageMultisample: invalid internalformat
Chrome 78 is outputting "INVALID_ENUM: renderbufferStorageMultisample: invalid internalformat" when running a Qt application after building it for WebAssembly (WASM) against the Qt 5.13 branch using the Emscripten 1.39.3 (upstream) compiler. The problem appear to be caused by glRenderbufferStorageMultisample not supporting GL_DEPTH_STENCIL directly. Instead, GL_DEPTH24_STENCIL8 or GL_DEPTH32F_STENCIL8 should be passed. Keeping the glRenderbufferStorage call as-is. Change-Id: I777dbc26b1d989950525a434a25ed344389f5059 Reference: https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glRenderbufferStorageMultisample.xhtml Fixes: QTBUG-80286 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'tests/auto/corelib/time/qdate/tst_qdate.cpp')
0 files changed, 0 insertions, 0 deletions