void rlSetShader( num id, List<int> locs, ) => run( () => 'rlSetShader($id, $locs)', () => rl.Rlgl.rlSetShader( id.toInt(), refListInt(locs), ), );