summaryrefslogtreecommitdiff
path: root/stream-servers/vulkan/cereal/common/goldfish_vk_marshaling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stream-servers/vulkan/cereal/common/goldfish_vk_marshaling.cpp')
-rw-r--r--stream-servers/vulkan/cereal/common/goldfish_vk_marshaling.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/stream-servers/vulkan/cereal/common/goldfish_vk_marshaling.cpp b/stream-servers/vulkan/cereal/common/goldfish_vk_marshaling.cpp
index e2d9ba0a..3df97465 100644
--- a/stream-servers/vulkan/cereal/common/goldfish_vk_marshaling.cpp
+++ b/stream-servers/vulkan/cereal/common/goldfish_vk_marshaling.cpp
@@ -17409,8 +17409,8 @@ void marshal_VkNativeBufferANDROID(VulkanStream* vkStream, VkStructureType rootT
vkStream->write((int*)&forMarshaling->stride, sizeof(int));
vkStream->write((int*)&forMarshaling->format, sizeof(int));
vkStream->write((int*)&forMarshaling->usage, sizeof(int));
- vkStream->write((uint64_t*)&forMarshaling->consumer, sizeof(uint64_t));
- vkStream->write((uint64_t*)&forMarshaling->producer, sizeof(uint64_t));
+ vkStream->write((uint64_t*)&forMarshaling->usage2.consumer, sizeof(uint64_t));
+ vkStream->write((uint64_t*)&forMarshaling->usage2.producer, sizeof(uint64_t));
}
void unmarshal_VkNativeBufferANDROID(VulkanStream* vkStream, VkStructureType rootType,
@@ -17442,8 +17442,8 @@ void unmarshal_VkNativeBufferANDROID(VulkanStream* vkStream, VkStructureType roo
vkStream->read((int*)&forUnmarshaling->stride, sizeof(int));
vkStream->read((int*)&forUnmarshaling->format, sizeof(int));
vkStream->read((int*)&forUnmarshaling->usage, sizeof(int));
- vkStream->read((uint64_t*)&forUnmarshaling->consumer, sizeof(uint64_t));
- vkStream->read((uint64_t*)&forUnmarshaling->producer, sizeof(uint64_t));
+ vkStream->read((uint64_t*)&forUnmarshaling->usage2.consumer, sizeof(uint64_t));
+ vkStream->read((uint64_t*)&forUnmarshaling->usage2.producer, sizeof(uint64_t));
}
#endif