Searched defs:safe_VkSwapchainCreateInfoKHR (Results 1 – 1 of 1) sorted by relevance
2127 struct safe_VkSwapchainCreateInfoKHR { struct2146 safe_VkSwapchainCreateInfoKHR(const VkSwapchainCreateInfoKHR* in_struct); argument2148 safe_VkSwapchainCreateInfoKHR& operator=(const safe_VkSwapchainCreateInfoKHR& src); argument2153 VkSwapchainCreateInfoKHR *ptr() { return reinterpret_cast<VkSwapchainCreateInfoKHR *>(this); } in ptr()2154 …eateInfoKHR const *ptr() const { return reinterpret_cast<VkSwapchainCreateInfoKHR const *>(this); } in ptr()