Function qwac::ffi::qwac_texture_draw[][src]

pub unsafe extern "C" fn qwac_texture_draw(
    texture: u32,
    source_x: u16,
    source_y: u16,
    source_width: u16,
    source_height: u16,
    dest_x: u16,
    dest_y: u16,
    dest_width: u16,
    dest_height: u16
)