anari_sys 0.2.0+anari.0.15.0

FFI bindings for the ANARI frontend library, a 3D rendering engine interface API
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]

extern crate link_cplusplus;

mod bindings;
pub use bindings::*;