34 other.wgpuQueue =
nullptr;
wgpu::Queue & operator*(void)
Definition Queue.hpp:39
Queue & operator=(Queue &&other) noexcept
Definition Queue.hpp:25
Queue(Queue &&other) noexcept
Definition Queue.hpp:22
wgpu::Queue * operator->(void)
Definition Queue.hpp:40
Queue(Queue &other)=delete
Queue(wgpu::Queue wgpuQueue_)
Definition Queue.hpp:8
const wgpu::Queue & operator*(void) const
Definition Queue.hpp:42
Queue & operator=(Queue &other)=delete
const wgpu::Queue * operator->(void) const
Definition Queue.hpp:43
~Queue()
Definition Queue.hpp:9
wgpu::Queue wgpuQueue
Definition Queue.hpp:47