Function loadWindowIcon

Function Documentation

void loadWindowIcon(GLFWwindow *windowPtr, const std::filesystem::path &resourcePath)

Loads an icon for the provided window.

Parameters:
  • windowPtr – Window for which the icon should be loaded.

  • resourcePath – Path to the icon data.