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

Clean up WebGLExtensions #13744

Merged
merged 1 commit into from
Apr 3, 2018
Merged

Conversation

takahirox
Copy link
Collaborator

I think we can remove case 'WEBGL_compressed_texture_etc1'

@mrdoob
Copy link
Owner

mrdoob commented Apr 3, 2018

Hmm... Why?

@takahirox
Copy link
Collaborator Author

takahirox commented Apr 3, 2018

Because it can be handled by the following default

default:
	extension = gl.getExtension( name );

@mrdoob
Copy link
Owner

mrdoob commented Apr 3, 2018

True.

@mrdoob mrdoob added this to the r92 milestone Apr 3, 2018
@mrdoob mrdoob merged commit 9b0ae03 into mrdoob:dev Apr 3, 2018
@mrdoob
Copy link
Owner

mrdoob commented Apr 3, 2018

Thanks!

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

2 participants