mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-06 02:09:55 +03:00
Update ANGLEExtensionAvailability test expectation
ANGLEExtensionAvailability test should allow vendors that support VK_EXT_image_2d_view_of_3d Vulkan extension to expose EGL_KHR_gl_texture_3D_image extension string with the Vulkan backend. Bug: angleproject:7320 Test: ImageTest.ANGLEExtensionAvailability* Change-Id: I3f6d407e100827604124e312bb61a59dbfb50dac Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4658874 Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
committed by
Angle LUCI CQ
parent
e70b9b4fe5
commit
758139051d
@@ -1456,6 +1456,7 @@ TEST_P(ImageTest, ANGLEExtensionAvailability)
|
||||
EXPECT_TRUE(hasBaseExt());
|
||||
EXPECT_TRUE(has2DTextureExt());
|
||||
EXPECT_TRUE(hasRenderbufferExt());
|
||||
EXPECT_FALSE(has3DTextureExt());
|
||||
|
||||
if (IsD3D11())
|
||||
{
|
||||
@@ -1518,7 +1519,6 @@ TEST_P(ImageTest, ANGLEExtensionAvailability)
|
||||
|
||||
// These extensions are not yet available on any platform.
|
||||
EXPECT_FALSE(hasPixmapExt());
|
||||
EXPECT_FALSE(has3DTextureExt());
|
||||
}
|
||||
|
||||
// Check validation from the EGL_KHR_image_base extension
|
||||
|
||||
Reference in New Issue
Block a user