Commit 56fd2bce by Ethan Lee Committed by Commit Bot

Fix GGP build

Bug: angleproject:4246 Change-Id: I80906196ebc3c904e75516e8c53b05dd81c5fa5c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1982633Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent ab42afa6
...@@ -31,8 +31,6 @@ angle::Result WindowSurfaceVkGGP::createSurfaceVk(vk::Context *context, gl::Exte ...@@ -31,8 +31,6 @@ angle::Result WindowSurfaceVkGGP::createSurfaceVk(vk::Context *context, gl::Exte
{ {
RendererVk *renderer = context->getRenderer(); RendererVk *renderer = context->getRenderer();
InitGGPStreamDescriptorSurfaceFunctions(renderer->getInstance());
// Get the stream descriptor if specified. Default is kGgpPrimaryStreamDescriptor. // Get the stream descriptor if specified. Default is kGgpPrimaryStreamDescriptor.
EGLAttrib streamDescriptor = EGLAttrib streamDescriptor =
mState.attributes.get(EGL_GGP_STREAM_DESCRIPTOR_ANGLE, kDefaultStreamDescriptor); mState.attributes.get(EGL_GGP_STREAM_DESCRIPTOR_ANGLE, kDefaultStreamDescriptor);
......
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