add VKDevice::GetSwapchainSize() function
This commit is contained in:
parent
c667e026ec
commit
b417b08f59
@ -64,6 +64,8 @@ public:
|
||||
|
||||
public:
|
||||
|
||||
const VkExtent2D & GetSwapchainSize ()const {return swapchain->extent;}
|
||||
|
||||
bool Resize (const VkExtent2D &);
|
||||
bool Resize (const uint32_t &w,const uint32_t &h)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user