VulkanWindows Class. This class defines the windows behaves. More...
#include <VulkanWindows.h>
Public Member Functions | |
| VulkanWindows (VulkanState &vulkanState, const WindowInfo &initInfo) | |
| Constructor Function. Create Windows. | |
| virtual | ~VulkanWindows () override |
| Destructor Function. | |
| bool | IsResized () const |
| Get m_WindowsResized variable. | |
| void | SetResized (bool isResized) |
| Set m_WindowsResized variable. | |
Protected Attributes | |
| VulkanState & | m_VulkanState |
| The global VulkanState Referenced from VulkanRenderBackend. | |
Private Member Functions | |
| void | SetInternalCallBack () const |
| Set all needed GLFW events call back. | |
Private Attributes | |
| WindowInfo | m_WindowInfo |
| Window's info. not viewport's info. | |
| bool | m_WindowsResized = false |
| True if viewPort is resized. | |
VulkanWindows Class. This class defines the windows behaves.
Definition at line 84 of file VulkanWindows.h.