embree3_sys/
lib.rs

1//! Note: This documentation is generated from a specific configuration of
2//! Embree and may not be accurate if your local configuration is different. The
3//! [docs.rs](https://docs.rs/embree3-sys/) version should reflect Embree's
4//! default configuration.
5//!
6//! In particular, if you have increased `EMBREE_MAX_INSTANCE_LEVEL_COUNT` from
7//! its default of `1` to enable nested instanceing, then the length of
8//! [`RTCIntersectContext`](RTCIntersectContext)'s `instID` array will change to
9//! reflect this on your local build.
10
11#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
12
13include!(concat!(env!("OUT_DIR"), "/bindings.rs"));