Multisample configurations have a clobbered output on Qemu/GLES
The dinoshade example, which uses an MSAA default framebuffer, tries to create a BGRA surface by using glTexureStorage2DMultisamplem, which is not supported. As a result the output is clobbered.