mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00: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 {
|
nextInChain = &wgpu.SurfaceDescriptorFromWaylandSurface {
|
||||||
chain = {sType = .SurfaceDescriptorFromWaylandSurface},
|
chain = {sType = .SurfaceDescriptorFromWaylandSurface},
|
||||||
display = display,
|
display = display,
|
||||||
surface = u64(w_surface),
|
surface = w_surface,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user