mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-10 21:28:32 +09:00
The draw-framebuffer sample resolver only looked at renderbuffer attachments, so framebuffers with multisample texture attachments reported GL_SAMPLE_BUFFERS == 0 and callers took single-sampled paths (the CTS blit helpers read multisampled attachments based on it).