Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h

Issue 2366453002: remove ETC2/EAC texture support in core WebGL 2 (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h
diff --git a/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h b/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h
index 2d0b597182ca0aaf9c6c628bda46f7eece54579a..632eaeedfb8df1e74f4d395a7a912f92ce2423e7 100644
--- a/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h
+++ b/gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h
@@ -1502,7 +1502,6 @@ void Validators::UpdateValuesES3() {
arraysize(valid_vertex_attrib_type_table_es3));
vertex_attribute.AddValues(valid_vertex_attribute_table_es3,
arraysize(valid_vertex_attribute_table_es3));
- UpdateETCCompressedTextureFormats();
}
void Validators::UpdateETCCompressedTextureFormats() {

Powered by Google App Engine
This is Rietveld 408576698