Hi, we´re using our own dll / dylib for sharedMem which is working perfectly for 2021.16270 and before. With 2022.2400 we get a “Datasize reported from the shared memory does not match the pixel format”. Are there any changes we´re not aware of or is it a bug?
Best
Unfortunately the API totally changed with the changeover for Vulkan. You’ll need to recompile against the new headers that are in the Samples/SharedMem/TOP folder, and update your code to use the new header.
Is your code reading or writting to the shared memory? Feels like the error could be improved
Hi @malcolm, thanks for your fast reply, yes that makes totally sense and solved the issue by updating the header. We´re writing to the shared memory, sorry for being so unspecific…