rusticl/gl: Bump mesa_glinterop_device_info to version 4

Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26071>
This commit is contained in:
Antonio Gomes
2024-02-19 03:55:21 -03:00
committed by Marge Bot
parent a7272a6f24
commit 50f6478e3d

View File

@@ -151,7 +151,7 @@ impl GLCtxManager {
egl_display: EGLDisplay,
) -> CLResult<Option<Self>> {
let mut info = mesa_glinterop_device_info {
version: 3,
version: 4,
..Default::default()
};
let xplat_manager = XPlatManager::new();