diff options
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/command_buffer/service/feature_info.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/feature_info.cc b/gpu/command_buffer/service/feature_info.cc index 3edb49e..00fed83 100644 --- a/gpu/command_buffer/service/feature_info.cc +++ b/gpu/command_buffer/service/feature_info.cc @@ -95,6 +95,10 @@ void FeatureInfo::AddFeatures(const char* desired_features) { AddExtensionString("GL_CHROMIUM_map_sub"); } + if (ext.Desire("GL_CHROMIUM_copy_texture_to_parent_texture")) { + AddExtensionString("GL_CHROMIUM_copy_texture_to_parent_texture"); + } + // Only turn this feature on if it is requested. Not by default. if (desired_features && ext.Desire("GL_CHROMIUM_strict_attribs")) { AddExtensionString("GL_CHROMIUM_strict_attribs"); |