SwapChain function naming
This commit is contained in:
parent
0c5705f2e9
commit
bf37fa2d17
2 changed files with 3 additions and 3 deletions
|
|
@ -217,8 +217,8 @@ public:
|
|||
colorSpace = surfaceFormats[0].colorSpace;
|
||||
}
|
||||
|
||||
// Assign instance und device handles and get all required function pointers
|
||||
void init(VkInstance instance, VkPhysicalDevice physicalDevice, VkDevice device)
|
||||
// Connect to the instance und device and get all required function pointers
|
||||
void connect(VkInstance instance, VkPhysicalDevice physicalDevice, VkDevice device)
|
||||
{
|
||||
this->instance = instance;
|
||||
this->physicalDevice = physicalDevice;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue