Commit 04f0f133 by Geoff Lang Committed by Commit Bot

Vulkan: Expose an unimplemented EGL_ANGLE_robust_resource_initialization.

Simply exposing the extension string allows the passthrough command decoder to initialize for testing. It still fails all tests that use the extension. BUG=angleproject:2722 Change-Id: I71f408d05009afb594835c0b741256e26209d93e Reviewed-on: https://chromium-review.googlesource.com/1138824 Commit-Queue: Geoff Lang <geofflang@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 252ec919
......@@ -166,6 +166,10 @@ void DisplayVk::generateExtensions(egl::DisplayExtensions *outExtensions) const
{
outExtensions->surfaceOrientation = true;
outExtensions->displayTextureShareGroup = true;
// TODO(geofflang): Extension is exposed but not implemented so that other aspects of the Vulkan
// backend can be tested in Chrome. http://anglebug.com/2722
outExtensions->robustResourceInitialization = true;
}
void DisplayVk::generateCaps(egl::Caps *outCaps) const
......
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