Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h138 struct safe_VkSubmitInfo { struct
148 safe_VkSubmitInfo(const VkSubmitInfo* in_struct); argument
150 safe_VkSubmitInfo& operator=(const safe_VkSubmitInfo& src); argument
155 VkSubmitInfo *ptr() { return reinterpret_cast<VkSubmitInfo *>(this); } in ptr()
156 VkSubmitInfo const *ptr() const { return reinterpret_cast<VkSubmitInfo const *>(this); } in ptr()