[][src]Function raylib_sys::CreateLight

pub unsafe extern "C" fn CreateLight(
    type_: c_int,
    position: Vector3,
    target: Vector3,
    color: Color,
    shader: Shader
) -> Light