Function rust_raylib::ffi::DrawTextureV
source · pub unsafe extern "C" fn DrawTextureV(
texture: Texture2D,
position: Vector2,
tint: Color
)Expand description
Draw a Texture2D with position defined as Vector2
pub unsafe extern "C" fn DrawTextureV(
texture: Texture2D,
position: Vector2,
tint: Color
)Draw a Texture2D with position defined as Vector2