Searched defs:safe_VkPresentInfoKHR (Results 1 – 1 of 1) sorted by relevance
2157 struct safe_VkPresentInfoKHR { struct2166 safe_VkPresentInfoKHR(const VkPresentInfoKHR* in_struct); argument2168 safe_VkPresentInfoKHR& operator=(const safe_VkPresentInfoKHR& src); argument2173 VkPresentInfoKHR *ptr() { return reinterpret_cast<VkPresentInfoKHR *>(this); } in ptr()2174 VkPresentInfoKHR const *ptr() const { return reinterpret_cast<VkPresentInfoKHR const *>(this); } in ptr()