Function C3D_TexInit

Source
pub unsafe extern "C" fn C3D_TexInit(
    tex: *mut C3D_Tex,
    width: u16_,
    height: u16_,
    format: GPU_TEXCOLOR,
) -> bool