Commit 0250fd4a by Geoff Lang Committed by Commit Bot

Handle DIRTY_BIT_LABEL in TextureGL::syncState.

BUG=angleproject:1993 Change-Id: I495589e638443060ee8c140ee44a990e89f0ecdd Reviewed-on: https://chromium-review.googlesource.com/789491Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent bcbe8e1a
...@@ -1156,6 +1156,8 @@ void TextureGL::syncState(const gl::Texture::DirtyBits &dirtyBits) ...@@ -1156,6 +1156,8 @@ void TextureGL::syncState(const gl::Texture::DirtyBits &dirtyBits)
break; break;
case gl::Texture::DIRTY_BIT_USAGE: case gl::Texture::DIRTY_BIT_USAGE:
break; break;
case gl::Texture::DIRTY_BIT_LABEL:
break;
default: default:
UNREACHABLE(); UNREACHABLE();
......
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