class

WGPU::CommandEncoder

Inherits WGPU::WgpuId / Reference / Object

Constructors

new(device : Device, descriptor : LibWGPU::CommandEncoderDescriptor)
Source

Instance methods

begin_render_pass(descriptor : LibWGPU::RenderPassDescriptor)
Source
copy_texture_to_buffer(source : LibWGPU::ImageCopyTexture, destination : LibWGPU::ImageCopyBuffer, copy_size : LibWGPU::Extent3D)
Source
finish
Source