20 class WGCommandBuffer;
#define CE_EXPLICIT_FALSE
Definition Macros.hpp:416
A retain-release type of smart pointer.
Definition SmartPtr.hpp:132
Definition GPUCommandBuffer.hpp:77
Definition GPUCommandQueue.hpp:29
GPUDevice & device
The owning device this object was created from.
Definition Common.hpp:55
const Descriptor & descriptor
A structure that describes the object and it's properties.
Definition Common.hpp:69
WebGPU RenderAPI command queue object.
Definition WGCommandQueue.hpp:23
WGCommandBufferPtr mCommandBuffer
The pending WebGPU command buffer.
Definition WGCommandQueue.hpp:35
const GPUCommandQueueDescriptor mDescriptor
The CommandQueue descriptor structure.
Definition WGCommandQueue.hpp:29
GPUCommandBufferPtr createCommandBuffer(const GPUCommandBufferDescriptor &descriptor) final
Async submit(GPUCommandBuffer &commandBuffer) final
WGLCommandQueueType mCommandQueue
The WebGPU API command queue object.
Definition WGCommandQueue.hpp:32
CE_WG_HANDLE(WGLCommandQueue) WGLCommandQueueType
Definition WGCommandQueue.hpp:25
WGCommandQueue(WGDevicePtr device)
Definition WebGPU.hpp:119
Definition Application.hpp:19
cti::continuable< Args... > Async
Defines a non-copyable continuation type which uses the function2 backend for type erasure.
Definition Async.hpp:22
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25
Command buffer descriptor structure.
Definition GPUCommandBuffer.hpp:32
Command queue descriptor structure.
Definition GPUCommandQueue.hpp:23