SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::VulkanWindows Class Reference

VulkanWindows Class. This class defines the windows behaves. More...

#include <VulkanWindows.h>

Inheritance diagram for Spices::VulkanWindows:
Spices::VulkanObject

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

VulkanStatem_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.
 

Detailed Description

VulkanWindows Class. This class defines the windows behaves.

Definition at line 84 of file VulkanWindows.h.


The documentation for this class was generated from the following files: