openexr-sys 0.10.1

cppmm-based FFI bindings for OpenEXR 3.0.5
1
2
3
4
5
6
#include <Imath/half.h>
#include "c-half.hpp"

void abi_gen_c_half(std::ostream& os) {
	os << "Imath_3_0::half" << "|" << sizeof(Imath_3_0::half) << "|" << alignof(Imath_3_0::half) << "\n";
}