So I am trying to make a window icon for the game and when I load the icon.png image, it says this: WARNING: GLFW: Window icon image must be in R8G8B8A8 pixel format
and here is my icon: Finally, here is the code snippet:
Image icon = LoadImage("pong.png");
SetWindowIcon(icon);
Thanks for all answers!