SetWindowIcons method
Set icon for window (multiple images, RGBA 32bit)
Implementation
@override
void SetWindowIcons(
List<ImageD> images,
) => run(
() => RaylibDebugLabels.SetWindowIcons(images),
() => rl.Core.SetWindowIcons(
rl.Temp.Image$.Array(images),
images.length,
),
);