[][src]Function sdl2_sys::gfx::primitives::polygonRGBA

pub unsafe extern "C" fn polygonRGBA(
    renderer: *mut SDL_Renderer,
    vx: *const Sint16,
    vy: *const Sint16,
    n: c_int,
    r: Uint8,
    g: Uint8,
    b: Uint8,
    a: Uint8
) -> c_int