Fix incorrect binding spec for multisampled_render_to_texture APIs
The extensions with implicit vs. explicit resolve are already treated differently at the cmdbuffer level. The incorrect specification of glRenderbufferStorageMultisampleEXT (multisampled_render_to_texture) with glRenderbufferStorageMultisample (core MSAA with explicit resolve) causes an incorrect binding (see removed TODO which says the same thing). Also remove glRenderbufferStorageMultisampleANGLE alternative with the core name. BUG=454816,438742,325668 Review URL: https://codereview.chromium.org/887113003 Cr-Commit-Position: refs/heads/master@{#314422}
Showing
Please register or sign in to comment