Ipotrick / Daxa

Daxa is a convenient, simple and modern gpu abstraction built on vulkan
MIT License
381 stars 28 forks source link

Acceleration Structures Update #83

Closed Jaisiero closed 7 months ago

Jaisiero commented 7 months ago

Check it out! I implemented the (Ac/De)celeration structure updates! One of the last features that is missing in Daxa RT.

Have a great day.

GabeRundlett commented 7 months ago

There are no bools in C. Please replace this with daxa_Bool8 and 0 instead of false

GabeRundlett commented 7 months ago

This should just be fixed in the .h header. The C++ may still use bools

Jaisiero commented 7 months ago

Done and tested