szeged / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
45 stars 7 forks source link

Fix the `VkBufferImageCopy-bufferOffset` validation error #286

Closed imiklos closed 5 years ago

imiklos commented 5 years ago

This patch fix the validation error when the buffer offset is not multiple of the format's texel size.

This patch should land after the #284 PR.

imiklos commented 5 years ago

@zakorgy Rebased to the #284 as you requested.

zakorgy commented 5 years ago

@imiklos the PR looks OK with DX12 and Metal, could you please rebase it to szeged/master and I can merge it after that.