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

Unified Diff: cc/resources/platform_color.h

Issue 2674493003: Add compositor support for half-float RGBA buffers and textures (Closed)
Patch Set: Don't enable on non-ES3 yet Created 3 years, 10 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
« no previous file with comments | « cc/raster/raster_buffer_provider.cc ('k') | cc/resources/platform_color_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/platform_color.h
diff --git a/cc/resources/platform_color.h b/cc/resources/platform_color.h
index 67ede54839405e482e4ac883d915f411b7f5e893..91f249cc4c1875353406b7f3d7bd0c7d44b68949 100644
--- a/cc/resources/platform_color.h
+++ b/cc/resources/platform_color.h
@@ -62,6 +62,7 @@ class PlatformColor {
case ETC1:
case RED_8:
case LUMINANCE_F16:
+ case RGBA_F16:
NOTREACHED();
return false;
}
« no previous file with comments | « cc/raster/raster_buffer_provider.cc ('k') | cc/resources/platform_color_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698