This struct helps load the icon of window. More...
#include <VulkanWindows.h>
Public Member Functions | |
| WindowIcon (const std::string &iconPath) | |
| Constructor Function. Load the icon file immediately. | |
| virtual | ~WindowIcon () |
| Destructor Function. | |
Public Attributes | |
| GLFWimage | image { 0, 0, nullptr} |
| GLFWimage. | |
This struct helps load the icon of window.
Definition at line 18 of file VulkanWindows.h.