Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h1165 struct safe_VkMemoryDedicatedAllocateInfo { struct
1170 safe_VkMemoryDedicatedAllocateInfo(const VkMemoryDedicatedAllocateInfo* in_struct); argument
1172 safe_VkMemoryDedicatedAllocateInfo& operator=(const safe_VkMemoryDedicatedAllocateInfo& src); argument
1177 …oryDedicatedAllocateInfo *ptr() { return reinterpret_cast<VkMemoryDedicatedAllocateInfo *>(this); } in ptr()
1178 …teInfo const *ptr() const { return reinterpret_cast<VkMemoryDedicatedAllocateInfo const *>(this); } in ptr()