Searched defs:safe_VkBindBufferMemoryInfo (Results 1 – 1 of 1) sorted by relevance
1097 struct safe_VkBindBufferMemoryInfo { struct1103 safe_VkBindBufferMemoryInfo(const VkBindBufferMemoryInfo* in_struct); argument1105 safe_VkBindBufferMemoryInfo& operator=(const safe_VkBindBufferMemoryInfo& src); argument1110 VkBindBufferMemoryInfo *ptr() { return reinterpret_cast<VkBindBufferMemoryInfo *>(this); } in ptr()1111 …ferMemoryInfo const *ptr() const { return reinterpret_cast<VkBindBufferMemoryInfo const *>(this); } in ptr()