Searched defs:safe_VkFenceGetFdInfoKHR (Results 1 – 1 of 1) sorted by relevance
3057 struct safe_VkFenceGetFdInfoKHR { struct3062 safe_VkFenceGetFdInfoKHR(const VkFenceGetFdInfoKHR* in_struct); argument3064 safe_VkFenceGetFdInfoKHR& operator=(const safe_VkFenceGetFdInfoKHR& src); argument3069 VkFenceGetFdInfoKHR *ptr() { return reinterpret_cast<VkFenceGetFdInfoKHR *>(this); } in ptr()3070 …enceGetFdInfoKHR const *ptr() const { return reinterpret_cast<VkFenceGetFdInfoKHR const *>(this); } in ptr()