Home
last modified time | relevance | path

Searched defs:safe_VkPipelineExecutableInfoKHR (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h3422 struct safe_VkPipelineExecutableInfoKHR { struct
3427 safe_VkPipelineExecutableInfoKHR(const VkPipelineExecutableInfoKHR* in_struct); argument
3429 safe_VkPipelineExecutableInfoKHR& operator=(const safe_VkPipelineExecutableInfoKHR& src); argument
3434 …kPipelineExecutableInfoKHR *ptr() { return reinterpret_cast<VkPipelineExecutableInfoKHR *>(this); } in ptr()
3435 …eInfoKHR const *ptr() const { return reinterpret_cast<VkPipelineExecutableInfoKHR const *>(this); } in ptr()