pub unsafe extern "C" fn Tex3DS_SubTextureTopRight(
    subtex: *const Tex3DS_SubTexture,
    u: *mut f32,
    v: *mut f32
)
Expand description

Get top-right texcoords

§Arguments

  • subtex (direction in) - Subtexture
  • u (direction out) - u-coordinate
  • v (direction out) - v-coordinate