未验证 提交 82c79f85 编写于 作者: C Chinmay Garde 提交者: GitHub

Fix Android Vulkan builds to account for resource context management API updates. (#6020)

上级 5e3a55fa
......@@ -65,7 +65,9 @@ bool AndroidSurfaceVulkan::ResourceContextMakeCurrent() {
return false;
}
// |shell::AndroidSurface|
bool AndroidSurfaceVulkan::ResourceContextClearCurrent() {
FML_DLOG(ERROR) << "The vulkan backend does not support resource contexts.";
return false;
}
......
......@@ -35,6 +35,9 @@ class AndroidSurfaceVulkan : public AndroidSurface {
// |shell::AndroidSurface|
bool ResourceContextMakeCurrent() override;
// |shell::AndroidSurface|
bool ResourceContextClearCurrent() override;
// |shell::AndroidSurface|
bool SetNativeWindow(fml::RefPtr<AndroidNativeWindow> window) override;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册