SwapChain function naming

This commit is contained in:
saschawillems 2016-02-23 22:00:09 +01:00
parent 0c5705f2e9
commit bf37fa2d17
2 changed files with 3 additions and 3 deletions

View file

@ -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;