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

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