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

Unified Diff: ui/gfx/gpu_memory_buffer.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: ui/gfx/gpu_memory_buffer.h
diff --git a/ui/gfx/gpu_memory_buffer.h b/ui/gfx/gpu_memory_buffer.h
index 23bee9dbd42a7c0bb79d884c6feeb4060d3ab64d..39a7c4ca9ab101585d088a26eec0ca6349d4f86a 100644
--- a/ui/gfx/gpu_memory_buffer.h
+++ b/ui/gfx/gpu_memory_buffer.h
@@ -45,6 +45,7 @@ class GFX_EXPORT GpuMemoryBuffer {
// The format needs to be taken into account when mapping a buffer into the
// client's address space.
enum Format {
+ ASTC,
piman 2015/08/17 23:00:21 Can you name this one ASTC_4X4? For future-proofin
ATC,
ATCIA,
DXT1,

Powered by Google App Engine
This is Rietveld 408576698