LWJGL / lwjgl3-demos

Demo suite for LWJGL 3
BSD 3-Clause "New" or "Revised" License
351 stars 89 forks source link

Fix bad cast from an Allocation to a VmaAllocationInfo #56

Closed RowDaBoat closed 3 months ago

RowDaBoat commented 3 months ago

The alignment check on createBuffer() from the raytracing examples was failing when disabling jemalloc , talking with @Spasi he figured this is caused by a bad cast.

I hope this is useful.

httpdigest commented 3 months ago

Thanks for the fix!