Searched defs:safe_VkPipelineExecutableInfoKHR (Results 1 – 1 of 1) sorted by relevance
3422 struct safe_VkPipelineExecutableInfoKHR { struct3427 safe_VkPipelineExecutableInfoKHR(const VkPipelineExecutableInfoKHR* in_struct); argument3429 safe_VkPipelineExecutableInfoKHR& operator=(const safe_VkPipelineExecutableInfoKHR& src); argument3434 …kPipelineExecutableInfoKHR *ptr() { return reinterpret_cast<VkPipelineExecutableInfoKHR *>(this); } in ptr()3435 …eInfoKHR const *ptr() const { return reinterpret_cast<VkPipelineExecutableInfoKHR const *>(this); } in ptr()