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

Unified Diff: gpu/command_buffer/service/feature_info.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/service/feature_info.h
diff --git a/gpu/command_buffer/service/feature_info.h b/gpu/command_buffer/service/feature_info.h
index 44a0d50a2dd11da91e3c0411aa89e577ff88c1be..e522aa44024c378c2723dd4848e6c96f3300781e 100644
--- a/gpu/command_buffer/service/feature_info.h
+++ b/gpu/command_buffer/service/feature_info.h
@@ -52,7 +52,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
bool npot_ok = false;
bool enable_texture_float_linear = false;
bool enable_texture_half_float_linear = false;
- bool enable_color_buffer_float = false;
+ bool enable_color_buffer_half_float = false;
bool angle_translated_shader_source = false;
bool angle_pack_reverse_row_order = false;
bool arb_texture_rectangle = false;
@@ -166,6 +166,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
void EnableCHROMIUMColorBufferFloatRGBA();
void EnableCHROMIUMColorBufferFloatRGB();
void EnableEXTColorBufferFloat();
+ void EnableEXTColorBufferHalfFloat();
void EnableOESTextureFloatLinear();
void EnableOESTextureHalfFloatLinear();

Powered by Google App Engine
This is Rietveld 408576698