WGPU::CommandEncoder
Inherits WGPU::WgpuId / Reference / Object
Constructors
new(device : Device, descriptor : LibWGPU::CommandEncoderDescriptor)
SourceInstance methods
begin_render_pass(descriptor : LibWGPU::RenderPassDescriptor)
Sourcecopy_texture_to_buffer(source : LibWGPU::ImageCopyTexture, destination : LibWGPU::ImageCopyBuffer, copy_size : LibWGPU::Extent3D)
Sourcefinish
Source