cessen / openexr-rs

This repository has been moved to https://github.com/vfx-rs/openexr-rs
MIT License
23 stars 10 forks source link

envmap accessors #18

Closed Ralith closed 7 years ago

Ralith commented 7 years ago

Unfortunately, OpenEXR distinguishes attributes with RTTI, which makes it difficult to define a simple FFI boundary that works for arbitrary attributes.

cessen commented 7 years ago

Looks good to me!