HansKristian-Work / vkd3d-proton

Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation.
GNU Lesser General Public License v2.1
1.75k stars 183 forks source link

Planar formats, part 1: Tests #2027

Closed doitsujin closed 3 days ago

doitsujin commented 1 week ago

I deliberately put everything into one massive test here since adding special cases to things like the copy and clear tests would have been a lot more work. Basically tests all sorts of copy functions, Read/WriteSubresource (ROW_MAJOR is banned so this is the only way to directly access the resource), as well as basic SRV, RTV and UAV use cases.

There are more non-planar video formats, but they follow their own set of rules and don't seem that interesting for the time being.