Commit 6667f76b by Shannon Woods

Advertises the NV_pixel_buffer_object extension

BUG=angle:581 Change-Id: I1e55582e94a36e56ef3e0f53ff9233c1a31408f5 Reviewed-on: https://chromium-review.googlesource.com/198238Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarShannon Woods <shannonwoods@chromium.org>
parent 158c4384
...@@ -3780,6 +3780,7 @@ void Context::initExtensionString() ...@@ -3780,6 +3780,7 @@ void Context::initExtensionString()
if (supportsPBOs()) if (supportsPBOs())
{ {
mExtensionStringList.push_back("NV_pixel_buffer_object");
mExtensionStringList.push_back("GL_OES_mapbuffer"); mExtensionStringList.push_back("GL_OES_mapbuffer");
mExtensionStringList.push_back("GL_EXT_map_buffer_range"); mExtensionStringList.push_back("GL_EXT_map_buffer_range");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment