From b7f37bbee500b05233959e4b276310db6cd63ae4 Mon Sep 17 00:00:00 2001 From: Slashscreen Date: Wed, 12 Feb 2025 16:13:57 -0800 Subject: [PATCH] removed cast. --- vendor/wgpu/sdl3glue/glue_linux.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/wgpu/sdl3glue/glue_linux.odin b/vendor/wgpu/sdl3glue/glue_linux.odin index 10fff757fa1..a8dc6f180cc 100644 --- a/vendor/wgpu/sdl3glue/glue_linux.odin +++ b/vendor/wgpu/sdl3glue/glue_linux.odin @@ -44,7 +44,7 @@ GetSurface :: proc(instance: wgpu.Instance, window: ^sdl3.Window) -> wgpu.Surfac nextInChain = &wgpu.SurfaceDescriptorFromWaylandSurface { chain = {sType = .SurfaceDescriptorFromWaylandSurface}, display = display, - surface = u64(w_surface), + surface = w_surface, }, }, )