Skip to content

Clarify RGB16F_EXT format details and framebuffer support #40382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 26, 2025

Conversation

adi-ray
Copy link
Contributor

@adi-ray adi-ray commented Jul 15, 2025

Description

Fixed incorrect documentation for the EXT_color_buffer_half_float extension regarding RGB16F format support and clarified WebGL version differences.

Motivation

The original documentation incorrectly stated that RGB16F_EXT is always color-renderable, when in fact it has different behavior in WebGL 1.0 vs WebGL 2.0 contexts. This was misleading developers who need to understand the proper usage of this extension across different WebGL versions.

Additional details

Reference: WebGL EXT_color_buffer_half_float Extension Specification

Related issues and pull requests

Fixes #39136

@adi-ray adi-ray requested a review from a team as a code owner July 15, 2025 19:23
@adi-ray adi-ray requested review from sideshowbarker and removed request for a team July 15, 2025 19:23
@github-actions github-actions bot added Content:WebAPI Web API docs size/s [PR only] 6-50 LoC changed labels Jul 15, 2025
@sideshowbarker sideshowbarker removed their request for review July 15, 2025 23:39
Copy link
Member

@Josh-Cena Josh-Cena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@Josh-Cena Josh-Cena merged commit 8745b31 into mdn:main Jul 26, 2025
8 checks passed
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs size/s [PR only] 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

internalformat docs wrong.
2 participants