vk_scheduler: Fix unaligned placement new expressions
We were accidentaly creating an object in an unaligned memory address. Fix this by manually aligning the offset.
Please register or sign in to comment
We were accidentaly creating an object in an unaligned memory address. Fix this by manually aligning the offset.