Commit 916e769a by Shannon Woods

Adds support for EXT_map_buffer_range

BUG=angle:581 Change-Id: I0ab637db35afd51ff4c516bb97e954f4f2cdad3d Reviewed-on: https://chromium-review.googlesource.com/191710Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarShannon Woods <shannonwoods@chromium.org>
parent b3801744
...@@ -3771,7 +3771,9 @@ void Context::initExtensionString() ...@@ -3771,7 +3771,9 @@ void Context::initExtensionString()
if (supportsPBOs()) if (supportsPBOs())
{ {
mExtensionStringList.push_back("GL_OES_mapbuffer"); mExtensionStringList.push_back("GL_OES_mapbuffer");
mExtensionStringList.push_back("GL_EXT_map_buffer_range");
} }
if (mRenderer->getDerivativeInstructionSupport()) if (mRenderer->getDerivativeInstructionSupport())
{ {
mExtensionStringList.push_back("GL_OES_standard_derivatives"); mExtensionStringList.push_back("GL_OES_standard_derivatives");
......
...@@ -176,6 +176,8 @@ EXPORTS ...@@ -176,6 +176,8 @@ EXPORTS
glMapBufferOES @285 glMapBufferOES @285
glUnmapBufferOES @286 glUnmapBufferOES @286
glGetBufferPointervOES @287 glGetBufferPointervOES @287
glMapBufferRangeEXT @288
glFlushMappedBufferRangeEXT @289
; GLES 3.0 Functions ; GLES 3.0 Functions
glReadBuffer @180 glReadBuffer @180
......
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