This struct defines the basic information of window. More...
#include <VulkanWindows.h>
Public Attributes | |
| int | width |
| Window's width. | |
| int | height |
| Window's height. | |
| std::string | name |
| Window's name. | |
| std::shared_ptr< WindowIcon > | icon |
| Window's icon. | |
This struct defines the basic information of window.
Definition at line 57 of file VulkanWindows.h.