Searched defs:safe_VkMemoryDedicatedAllocateInfo (Results 1 – 1 of 1) sorted by relevance
1165 struct safe_VkMemoryDedicatedAllocateInfo { struct1170 safe_VkMemoryDedicatedAllocateInfo(const VkMemoryDedicatedAllocateInfo* in_struct); argument1172 safe_VkMemoryDedicatedAllocateInfo& operator=(const safe_VkMemoryDedicatedAllocateInfo& src); argument1177 …oryDedicatedAllocateInfo *ptr() { return reinterpret_cast<VkMemoryDedicatedAllocateInfo *>(this); } in ptr()1178 …teInfo const *ptr() const { return reinterpret_cast<VkMemoryDedicatedAllocateInfo const *>(this); } in ptr()