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

Unified Diff: cc/resources/resource_format.h

Issue 2121043002: 16 bpp video stream capture, render and WebGL usage - Realsense R200 & SR300 support. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WebGL video to texture support and readPixels from R16UI for CPU access Created 4 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: cc/resources/resource_format.h
diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h
index 275053f476cca49f29abcaf58ab1c68f32a614ce..47023364374134702210f956fb548df3a191cceb 100644
--- a/cc/resources/resource_format.h
+++ b/cc/resources/resource_format.h
@@ -27,7 +27,8 @@ enum ResourceFormat {
ETC1,
RED_8,
LUMINANCE_F16,
- RESOURCE_FORMAT_MAX = LUMINANCE_F16,
+ RG_88,
+ RESOURCE_FORMAT_MAX = RG_88,
};
CC_EXPORT int BitsPerPixel(ResourceFormat format);

Powered by Google App Engine
This is Rietveld 408576698