Searched defs:safe_VkMappedMemoryRange (Results 1 – 1 of 1) sorted by relevance
175 struct safe_VkMappedMemoryRange { struct181 safe_VkMappedMemoryRange(const VkMappedMemoryRange* in_struct); argument183 safe_VkMappedMemoryRange& operator=(const safe_VkMappedMemoryRange& src); argument188 VkMappedMemoryRange *ptr() { return reinterpret_cast<VkMappedMemoryRange *>(this); } in ptr()189 …appedMemoryRange const *ptr() const { return reinterpret_cast<VkMappedMemoryRange const *>(this); } in ptr()