mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
removed cast.
This commit is contained in:
Vendored
+1
-1
@@ -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,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user