pub unsafe extern "C" fn C3D_TexSetFilter(
    tex: *mut C3D_Tex,
    magFilter: GPU_TEXTURE_FILTER_PARAM,
    minFilter: GPU_TEXTURE_FILTER_PARAM
)