Function rust_raylib::ffi::DrawRectangleV
source · pub unsafe extern "C" fn DrawRectangleV(
position: Vector2,
size: Vector2,
color: Color
)Expand description
Draw a color-filled rectangle (Vector version)
pub unsafe extern "C" fn DrawRectangleV(
position: Vector2,
size: Vector2,
color: Color
)Draw a color-filled rectangle (Vector version)