embree3-sys

Crates.ioembree3-sys
lib.rsembree3-sys
version0.1.0
sourcesrc
created_at2021-08-11 19:56:41.972579
updated_at2021-08-11 19:56:41.972579
descriptionFFI bindings for Intel's Embree high-performance ray tracing library.
homepagehttps://github.com/abau171/embree3-sys/
repositoryhttps://github.com/abau171/embree3-sys/
max_upload_size
id434933
size118,272
Andrew Bauer (abau171)

documentation

https://docs.rs/embree3-sys/

README

Crate API Build Status

embree3-sys

Rust FFI bindings for Intel's Embree high-performance ray tracing library.

Bindings are automatically generated at build time using bindgen. Unlike the embree and embree-rs crates, embree3-sys's generated bindings will pick up your current Embree installation's configuration (so, for example, RTC_MAX_INSTANCE_LEVEL_COUNT will be set correctly if you have enabled multi-level instancing).

Currently, an existing Embree installation is required. See Embree's GitHub page for installation instructions.

Commit count: 12

cargo fmt