File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ Config::Config() {
7878#endif
7979
8080 bptc_supported = extensions.has (" GL_ARB_texture_compression_bptc" ) || extensions.has (" EXT_texture_compression_bptc" );
81- astc_supported = extensions.has (" GL_KHR_texture_compression_astc" ) || extensions.has (" GL_OES_texture_compression_astc" ) || extensions.has (" GL_KHR_texture_compression_astc_ldr" ) || extensions.has (" GL_KHR_texture_compression_astc_hdr" );
8281 astc_hdr_supported = extensions.has (" GL_KHR_texture_compression_astc_hdr" );
82+ astc_supported = astc_hdr_supported || extensions.has (" GL_KHR_texture_compression_astc" ) || extensions.has (" GL_OES_texture_compression_astc" ) || extensions.has (" GL_KHR_texture_compression_astc_ldr" ) || extensions.has (" WEBGL_compressed_texture_astc" );
8383 astc_layered_supported = extensions.has (" GL_KHR_texture_compression_astc_sliced_3d" );
8484
8585 if (RasterizerGLES3::is_gles_over_gl ()) {
You can’t perform that action at this time.
0 commit comments