hyperlogic / splatapult

A 3d gaussian splatting renderer in C++ and OpenGL
MIT License
89 stars 12 forks source link

xrbuddy: fix swapchain format selection #7

Closed cedric-chedaleux closed 6 months ago

cedric-chedaleux commented 6 months ago

Increment was performed twice, so we could miss the desired format!

hyperlogic commented 6 months ago

Good find, thanks for the fix 👍