embree3 0.4.1

Safe Rust bindings to Embree 3.13.5, Intel's high-performance ray-tracing kernels.
Documentation
1
2
3
4
5
6
7
# embree3 FFI soundness tests

These tests prove the callback/user-data lifetime and type model is sound. A rendered
image is NOT proof; UB does not reliably crash. Each proof captures non-trivial state,
clobbers the stack, and asserts on the captured state.

Requires `EMBREE_DIR` + `LD_LIBRARY_PATH`.