Commit adaabc36 by Geoff Lang Committed by Commit Bot

Support PBO and map buffer extensions in the NULL backend.

BUG=770696 Change-Id: Ic7bcc2b5c76817888647022505a2442ce4016b1e Reviewed-on: https://chromium-review.googlesource.com/696125Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 04d0646c
...@@ -69,6 +69,9 @@ ContextNULL::ContextNULL(const gl::ContextState &state, AllocationTrackerNULL *a ...@@ -69,6 +69,9 @@ ContextNULL::ContextNULL(const gl::ContextState &state, AllocationTrackerNULL *a
mExtensions = gl::Extensions(); mExtensions = gl::Extensions();
mExtensions.fence = true; mExtensions.fence = true;
mExtensions.pixelBufferObject = true;
mExtensions.mapBuffer = true;
mExtensions.mapBufferRange = true;
mExtensions.copyTexture = true; mExtensions.copyTexture = true;
mExtensions.copyCompressedTexture = true; mExtensions.copyCompressedTexture = true;
......
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