From 50f6478e3dab9e355fe65203bd486ae4cc5c6702 Mon Sep 17 00:00:00 2001 From: Antonio Gomes Date: Mon, 19 Feb 2024 03:55:21 -0300 Subject: [PATCH] rusticl/gl: Bump mesa_glinterop_device_info to version 4 Reviewed-by: Karol Herbst Part-of: --- src/gallium/frontends/rusticl/core/gl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/frontends/rusticl/core/gl.rs b/src/gallium/frontends/rusticl/core/gl.rs index 7f2cc500164..8b8d48da418 100644 --- a/src/gallium/frontends/rusticl/core/gl.rs +++ b/src/gallium/frontends/rusticl/core/gl.rs @@ -151,7 +151,7 @@ impl GLCtxManager { egl_display: EGLDisplay, ) -> CLResult> { let mut info = mesa_glinterop_device_info { - version: 3, + version: 4, ..Default::default() }; let xplat_manager = XPlatManager::new();