gpu: rename Surface.Descriptor.xlib_window -> xlib
To appropriately match the upstream, webgpu.h, which has renamed in this way. Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
0be5cae328
commit
99744134f8
3 changed files with 4 additions and 4 deletions
|
|
@ -175,7 +175,7 @@ pub fn createSurfaceForWindow(
|
|||
.hwnd = glfw_native.getWin32Window(window),
|
||||
},
|
||||
} else if (glfw_options.x11) gpu.Surface.Descriptor{
|
||||
.xlib_window = .{
|
||||
.xlib = .{
|
||||
.label = "basic surface",
|
||||
.display = glfw_native.getX11Display(),
|
||||
.window = glfw_native.getX11Window(window),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue