summaryrefslogtreecommitdiff
path: root/stream-servers/vulkan/cereal/common/goldfish_vk_testing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'stream-servers/vulkan/cereal/common/goldfish_vk_testing.cpp')
-rw-r--r--stream-servers/vulkan/cereal/common/goldfish_vk_testing.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream-servers/vulkan/cereal/common/goldfish_vk_testing.cpp b/stream-servers/vulkan/cereal/common/goldfish_vk_testing.cpp
index 19450c0b..f6659069 100644
--- a/stream-servers/vulkan/cereal/common/goldfish_vk_testing.cpp
+++ b/stream-servers/vulkan/cereal/common/goldfish_vk_testing.cpp
@@ -9854,10 +9854,10 @@ void checkEqual_VkNativeBufferANDROID(const VkNativeBufferANDROID* a,
if (!((a->usage) == (b->usage))) {
onFail("a->usage (Error: Value not equal)");
};
- if (!((a->consumer) == (b->consumer))) {
+ if (!((a->usage2.consumer) == (b->usage2.consumer))) {
onFail("a->consumer (Error: Value not equal)");
};
- if (!((a->producer) == (b->producer))) {
+ if (!((a->usage2.producer) == (b->usage2.producer))) {
onFail("a->producer (Error: Value not equal)");
};
}