/*
* Copyright 2024 wgpu-native contributors
* Copyright 2026 MapLibre contributors
*
* This file contains code copied from wgpu-native (https://github.com/gfx-rs/wgpu-native)
* Licensed under the Apache License, Version 2.0 or the MIT License, at your option.
*/
/**
* Identifier for a particular call to @ref wgpuQueueSubmitForIndex.
*
* Can be passed to @ref wgpuDevicePoll to block until a particular
* submission has finished execution.
*
* This type is unique to wgpu-native; there is no analogue in the
* WebGPU specification.
*/
;
WGPUBool ;
// WGPU_H_