Searched defs:safe_VkSubmitInfo (Results 1 – 1 of 1) sorted by relevance
138 struct safe_VkSubmitInfo { struct148 safe_VkSubmitInfo(const VkSubmitInfo* in_struct); argument150 safe_VkSubmitInfo& operator=(const safe_VkSubmitInfo& src); argument155 VkSubmitInfo *ptr() { return reinterpret_cast<VkSubmitInfo *>(this); } in ptr()156 VkSubmitInfo const *ptr() const { return reinterpret_cast<VkSubmitInfo const *>(this); } in ptr()