removed cast.

This commit is contained in:
Slashscreen
2025-02-12 16:13:57 -08:00
parent 503813431b
commit b7f37bbee5

View File

@@ -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,
},
},
)