Closed RowDaBoat closed 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.
createBuffer()
jemalloc
I hope this is useful.
Thanks for the fix!
The alignment check on
createBuffer()
from the raytracing examples was failing when disablingjemalloc
, talking with @Spasi he figured this is caused by a bad cast.I hope this is useful.