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

Unified Diff: ui/gfx/buffer_types.h

Issue 2920793005: gpu: support R16 GPUMemoryBuffer (Closed)
Patch Set: Created 3 years, 7 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/buffer_types.h
diff --git a/ui/gfx/buffer_types.h b/ui/gfx/buffer_types.h
index 179ee1941b42e828353daed7a90998d8fddd4e7e..9cb5b7b6ee5503b631c93a94d5366e6633246af7 100644
--- a/ui/gfx/buffer_types.h
+++ b/ui/gfx/buffer_types.h
@@ -16,6 +16,7 @@ enum class BufferFormat {
DXT5,
ETC1,
R_8,
+ R_16,
RG_88,
BGR_565,
RGBA_4444,

Powered by Google App Engine
This is Rietveld 408576698