class WGPU::CommandEncoder
- WGPU::CommandEncoder
- WGPU::WgpuId
- Reference
- Object
Defined in:
wgpu.crConstructors
Instance Method Summary
- #begin_render_pass(descriptor : LibWGPU::RenderPassDescriptor)
- #copy_texture_to_buffer(source : LibWGPU::ImageCopyTexture, destination : LibWGPU::ImageCopyBuffer, copy_size : LibWGPU::Extent3D)
- #finish
Instance methods inherited from class WGPU::WgpuId
finalize
finalize,
id : Pointer(Void)
id,
is_valid?
is_valid?,
to_unsafe : Pointer(Void)
to_unsafe
Constructor Detail
Instance Method Detail
def copy_texture_to_buffer(source : LibWGPU::ImageCopyTexture, destination : LibWGPU::ImageCopyBuffer, copy_size : LibWGPU::Extent3D)
#