pub unsafe extern "C" fn GX_TextureCopy(
inadr: *mut u32_,
indim: u32_,
outadr: *mut u32_,
outdim: u32_,
size: u32_,
flags: u32_,
) -> ResultExpand description
Initiates a texture copy.
Note: The PPF event will be signaled on completion.
ยงArguments
inadr- Address of the input.indim- Dimensions of the input.outadr- Address of the output.outdim- Dimensions of the output.size- Size of the data to transfer.flags- Flags to transfer with.