mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
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:
parent
a7272a6f24
commit
50f6478e3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue