Window icon flip flag
Now glfw.setWindowIcon
will look for an optional noflip
flag inside the given Image object. By default, the image gets vertically flipped (which fits image-raub images). Setting the flag to false
will lead to the pixel data being set as is, see the example.