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

Unified Diff: gpu/command_buffer/common/capabilities.h

Issue 1263043006: Implement the texture uploading of ASTC compression for WebGL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup and Remove unnecessary enum/OES extensions. Created 5 years, 4 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/common/capabilities.h
diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
index dd08875299475b1196f82b8a40987ee11adf9e2c..c9268c8cfe252b05b4b17fbe41e4b7d41875e565 100644
--- a/gpu/command_buffer/common/capabilities.h
+++ b/gpu/command_buffer/common/capabilities.h
@@ -115,6 +115,7 @@ struct GPU_EXPORT Capabilities {
bool post_sub_buffer;
bool egl_image_external;
+ bool texture_format_astc;
bool texture_format_atc;
bool texture_format_bgra8888;
bool texture_format_dxt1;

Powered by Google App Engine
This is Rietveld 408576698