ptc-lexvandersluijs / Unity3DGS_VR

VR version of Aras' Toy 3D Gaussian Splatting project
MIT License
34 stars 4 forks source link

Compability with vulkan #4

Open Roushelfy opened 1 month ago

Roushelfy commented 1 month ago

When I changed the graphics api from D3D12 to vulkan and click play, the program just crashes. The game preview window looks weird too. 100e33a5a037df7bdd9ab3f16e4be6f There're lots of errors, namely "BeginRenderPass: Attachment AA sample counts must match: 1 vs 2 in attachment 1" Any one knows how to solve it?