void rlVertex2f( num x, num y, ) => run( () => 'rlVertex2f($x, $y)', () => rl.Rlgl.rlVertex2f( x.toDouble(), y.toDouble(), ), );