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

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

Issue 2713553005: Add GL_EXT_color_buffer_half_float support (Closed)
Patch Set: Fix compile error 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/resources/resource_provider.cc ('k') | gpu/command_buffer/service/context_group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..15de84c5c6578ce290156ea170f69a2bf0eb1dd2 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_rgba = false;
bool image_ycbcr_422 = false;
bool image_ycbcr_420v = false;
bool render_buffer_format_bgra8888 = false;
« no previous file with comments | « cc/resources/resource_provider.cc ('k') | gpu/command_buffer/service/context_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698