Skip to main content

wgpu_command_encoder_copy_texture_to_texture

Function wgpu_command_encoder_copy_texture_to_texture 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wgpu_command_encoder_copy_texture_to_texture( command_encoder_id: CommandEncoderId, source: &TextureCopyView, destination: &TextureCopyView, copy_size: Extent3d, )