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

ASTC compression texture format #12939

Merged
merged 2 commits into from
Dec 22, 2017
Merged

ASTC compression texture format #12939

merged 2 commits into from
Dec 22, 2017

Conversation

amakaseev
Copy link
Contributor

I have added support of the ASTC format for optimization on Android devices

https://www.khronos.org/opengl/wiki/ASTC_Texture_Compression

@@ -107,6 +107,20 @@ function WebGLUtils( gl, extensions ) {

}

if ( p === RGBA_ASTC_4x4_Format || p === RGBA_ASTC_5x4_Format || p === RGBA_ASTC_5x5_Format ||
Copy link
Owner

Choose a reason for hiding this comment

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

Minor thing. Could you use tabs for indentation?

@mrdoob mrdoob merged commit 5bfb77a into mrdoob:dev Dec 22, 2017
@mrdoob
Copy link
Owner

mrdoob commented Dec 22, 2017

Thanks!

@amakaseev amakaseev deleted the astc branch December 22, 2017 08:09
@mrdoob mrdoob added this to the r90 milestone Jan 17, 2018
@YorickCobb YorickCobb mentioned this pull request Feb 27, 2020
5 tasks
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.

2 participants