mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-08 19:44:20 +00:00
removed cast.
This commit is contained in:
2
vendor/wgpu/sdl3glue/glue_linux.odin
vendored
2
vendor/wgpu/sdl3glue/glue_linux.odin
vendored
@@ -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