summaryrefslogtreecommitdiff
path: root/stream-servers/vulkan/cereal/common/goldfish_vk_reserved_marshaling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stream-servers/vulkan/cereal/common/goldfish_vk_reserved_marshaling.cpp')
-rw-r--r--stream-servers/vulkan/cereal/common/goldfish_vk_reserved_marshaling.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream-servers/vulkan/cereal/common/goldfish_vk_reserved_marshaling.cpp b/stream-servers/vulkan/cereal/common/goldfish_vk_reserved_marshaling.cpp
index c49f4783..b97730a6 100644
--- a/stream-servers/vulkan/cereal/common/goldfish_vk_reserved_marshaling.cpp
+++ b/stream-servers/vulkan/cereal/common/goldfish_vk_reserved_marshaling.cpp
@@ -13555,9 +13555,9 @@ void reservedunmarshal_VkNativeBufferANDROID(VulkanStream* vkStream, VkStructure
*ptr += sizeof(int);
memcpy((int*)&forUnmarshaling->usage, *ptr, sizeof(int));
*ptr += sizeof(int);
- memcpy((uint64_t*)&forUnmarshaling->consumer, *ptr, sizeof(uint64_t));
+ memcpy((uint64_t*)&forUnmarshaling->usage2.consumer, *ptr, sizeof(uint64_t));
*ptr += sizeof(uint64_t);
- memcpy((uint64_t*)&forUnmarshaling->producer, *ptr, sizeof(uint64_t));
+ memcpy((uint64_t*)&forUnmarshaling->usage2.producer, *ptr, sizeof(uint64_t));
*ptr += sizeof(uint64_t);
}