pub unsafe extern "C" fn ktxTexture2_CreateCopy(
orig: *mut ktxTexture2,
newTex: *mut *mut ktxTexture2,
) -> ktx_error_code_e
Expand description
Create a new ktxTexture2 as a copy of an existing texture.
pub unsafe extern "C" fn ktxTexture2_CreateCopy(
orig: *mut ktxTexture2,
newTex: *mut *mut ktxTexture2,
) -> ktx_error_code_e
Create a new ktxTexture2 as a copy of an existing texture.