Searched defs:safe_VkSemaphoreGetFdInfoKHR (Results 1 – 1 of 1) sorted by relevance
2682 struct safe_VkSemaphoreGetFdInfoKHR { struct2687 safe_VkSemaphoreGetFdInfoKHR(const VkSemaphoreGetFdInfoKHR* in_struct); argument2689 safe_VkSemaphoreGetFdInfoKHR& operator=(const safe_VkSemaphoreGetFdInfoKHR& src); argument2694 VkSemaphoreGetFdInfoKHR *ptr() { return reinterpret_cast<VkSemaphoreGetFdInfoKHR *>(this); } in ptr()2695 …GetFdInfoKHR const *ptr() const { return reinterpret_cast<VkSemaphoreGetFdInfoKHR const *>(this); } in ptr()