AustinJ235 / basalt

A rust library that provides window creation, input handling, and most importantly a UI.
MIT License
149 stars 5 forks source link

Minor fix in triangle example #19

Closed nxfs closed 3 years ago

nxfs commented 3 years ago

The merge renderpass should be given as argument to build the merge framebuffer. It works now because images have the same layout but if you do something different like MSAA on the triangle renderpass it will break.

AustinJ235 commented 3 years ago

Thanks didn't notice it...