mirror of
https://github.com/Ed94/Odin.git
synced 2026-09-01 05:50:08 +00:00
wgpu: update to v24.0.0
This commit is contained in:
Vendored
+2
-2
@@ -30,8 +30,8 @@ os_get_surface :: proc(os: ^OS, instance: wgpu.Instance) -> wgpu.Surface {
|
||||
return wgpu.InstanceCreateSurface(
|
||||
instance,
|
||||
&wgpu.SurfaceDescriptor{
|
||||
nextInChain = &wgpu.SurfaceDescriptorFromCanvasHTMLSelector{
|
||||
sType = .SurfaceDescriptorFromCanvasHTMLSelector,
|
||||
nextInChain = &wgpu.SurfaceSourceCanvasHTMLSelector{
|
||||
sType = .SurfaceSourceCanvasHTMLSelector,
|
||||
selector = "#wgpu-canvas",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user