assimp/scene/
light.rs

1use ffi::AiLight;
2
3define_type_and_iterator_indirect! {
4    /// Light type (not yet implemented)
5    struct Light(&AiLight)
6    /// Light iterator type.
7    struct LightIter
8}