diff --git a/libs/video/renderer/vulkan/test/test-staging.c b/libs/video/renderer/vulkan/test/test-staging.c index d8c772222..93ae15ce4 100644 --- a/libs/video/renderer/vulkan/test/test-staging.c +++ b/libs/video/renderer/vulkan/test/test-staging.c @@ -155,11 +155,14 @@ qfv_devfuncs_t dfuncs = { .vkQueueSubmit = vkQueueSubmit, }; qfv_physdev_t physDev = { - .properties = { - .limits = { - .nonCoherentAtomSize = 256, + .properties2 = { + .properties = { + .limits = { + .nonCoherentAtomSize = 256, + }, }, }, + .properties = &physDev.properties2.properties, }; qfv_device_t device = { .physDev = &physDev,