mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-12 02:00:58 +01:00
Examples: Emscripten+WebGPU: Remove use of deprecated ObjectBase<...>::Release in favor of ::MoveToCHandle (#7251)
This commit is contained in:
parent
763100b385
commit
788747f863
@ -128,7 +128,7 @@ static bool InitWGPU()
|
|||||||
wgpu::Surface surface = instance.CreateSurface(&surface_desc);
|
wgpu::Surface surface = instance.CreateSurface(&surface_desc);
|
||||||
wgpu::Adapter adapter = {};
|
wgpu::Adapter adapter = {};
|
||||||
wgpu_preferred_fmt = (WGPUTextureFormat)surface.GetPreferredFormat(adapter);
|
wgpu_preferred_fmt = (WGPUTextureFormat)surface.GetPreferredFormat(adapter);
|
||||||
wgpu_surface = surface.Release();
|
wgpu_surface = surface.MoveToCHandle();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user