Split IWindow a bit
This commit is contained in:
@@ -13,7 +13,7 @@ namespace openVulkanoCpp
|
||||
class BaseWindow : virtual public IWindow
|
||||
{
|
||||
protected:
|
||||
const int windowId;
|
||||
const uint32_t windowId;
|
||||
WindowConfiguration windowConfig;
|
||||
|
||||
public:
|
||||
@@ -121,7 +121,7 @@ namespace openVulkanoCpp
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
int GetWindowId() const override
|
||||
[[nodiscard]] uint32_t GetWindowId() const override
|
||||
{
|
||||
return windowId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user