wgpun_CommandEncoderCopyTextureToTexture function
- @Native<Uint8 Function(Uint64, Uint64, Uint64, Uint32, Uint32, Uint32, Uint32, Uint32, Uint32, Uint32, Uint32, Uint32, Uint32, Uint32)>(ffi.Uint64, ffi.Uint64, ffi.Uint64, ffi.Uint32, ffi.Uint32, ffi.Uint32, ffi.Uint32, ffi.Uint32, ffi.Uint32, ffi.Uint32, ffi.Uint32, ffi.Uint32, ffi.Uint32, ffi.Uint32)>()
int
wgpun_CommandEncoderCopyTextureToTexture(
- int encoder,
- int src_texture,
- int dst_texture,
- int width,
- int height,
- int depth,
- int src_mip_level,
- int src_origin_x,
- int src_origin_y,
- int src_origin_z,
- int dst_mip_level,
- int dst_origin_x,
- int dst_origin_y,
- int dst_origin_z,
)
Implementation
@ffi.Native<
ffi.Uint8 Function(
ffi.Uint64,
ffi.Uint64,
ffi.Uint64,
ffi.Uint32,
ffi.Uint32,
ffi.Uint32,
ffi.Uint32,
ffi.Uint32,
ffi.Uint32,
ffi.Uint32,
ffi.Uint32,
ffi.Uint32,
ffi.Uint32,
ffi.Uint32,
)
>()
external int wgpun_CommandEncoderCopyTextureToTexture(
int encoder,
int src_texture,
int dst_texture,
int width,
int height,
int depth,
int src_mip_level,
int src_origin_x,
int src_origin_y,
int src_origin_z,
int dst_mip_level,
int dst_origin_x,
int dst_origin_y,
int dst_origin_z,
);