wgpu_swapchain_get_format function
Get the texture format of a swapchain surface. Returns format enum value matching GpuTextureFormat index.
Implementation
@ffi.Native<ffi.Uint32 Function(ffi.Uint64)>()
external int wgpu_swapchain_get_format(
int surface_id,
);