Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
igl | opengl | Properly support IMG_multisampled_render_to_texture wh…
…en EXT_multisampled_render_to_texture is not supported. Summary: https://registry.khronos.org/OpenGL/extensions/IMG/IMG_multisampled_render_to_texture.txt unlike newer version https://registry.khronos.org/OpenGL/extensions/EXT/EXT_multisampled_render_to_texture.txt supports only GL_FRAMEBUFFER and not GL_READ/DRAW_FRAMEBUFFER. Fix the usage within our stack, as it will just result in GL_INVALID_ENUM Reviewed By: dmannemela Differential Revision: D49675129 fbshipit-source-id: 13d73503567fc4bf5e4df076b68184a8c0855619
- Loading branch information