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

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

Issue 2713553005: Add GL_EXT_color_buffer_half_float support (Closed)
Patch Set: Add WebGL, cleanup 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
Index: gpu/command_buffer/common/capabilities.h
diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
index b190dcc99e2efd9af2b65df3098d81c813752b2b..1df2819652240309dcfc92bf80e2488a78d02dee 100644
--- a/gpu/command_buffer/common/capabilities.h
+++ b/gpu/command_buffer/common/capabilities.h
@@ -140,7 +140,7 @@ struct GPU_EXPORT Capabilities {
bool blend_equation_advanced_coherent = false;
bool texture_rg = false;
bool texture_half_float_linear = false;
- bool color_buffer_float = false;
+ bool color_buffer_half_float = false;
bool image_ycbcr_422 = false;
bool image_ycbcr_420v = false;
bool render_buffer_format_bgra8888 = false;

Powered by Google App Engine
This is Rietveld 408576698