Skip to content
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

WebGLRenderer: Clean up. #21073

Merged
merged 1 commit into from
Jan 13, 2021
Merged

WebGLRenderer: Clean up. #21073

merged 1 commit into from
Jan 13, 2021

Conversation

Mugen87
Copy link
Collaborator

@Mugen87 Mugen87 commented Jan 12, 2021

Related issue: Follow-up of #21069.

Description

More usage of WebGLExtension.has(). The extension EXT_color_buffer_half_float is only requested when using WebGL1.

/cc @Oletus

@Oletus
Copy link
Contributor

Oletus commented Jan 13, 2021

The MDN page is outdated. Check the extension spec, it should be requested also on WebGL 2: https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_half_float/

@Mugen87
Copy link
Collaborator Author

Mugen87 commented Jan 13, 2021

The MDN page is outdated.

Oh, that's unfortunate. Yes, better to check the official khronos sites in the future. I'll undo the change.

@mrdoob mrdoob added this to the r125 milestone Jan 13, 2021
@mrdoob mrdoob merged commit 5e78686 into mrdoob:dev Jan 13, 2021
@mrdoob
Copy link
Owner

mrdoob commented Jan 13, 2021

Thanks!

@Oletus
Copy link
Contributor

Oletus commented Jan 13, 2021

Sent a PR to fix the MDN docs too: mdn/content#1251

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants