pub unsafe extern "C" fn gs_texture_is_rect(
    tex: *const gs_texture_t
) -> bool
Expand description

special-case function (GL only) - specifies whether the texture is a GL_TEXTURE_RECTANGLE type, which doesn’t use normalized texture coordinates, doesn’t support mipmapping, and requires address clamping