assimp 0.3.1

Rust bindings for the Assimp library
Documentation
1
2
3
4
5
6
7
8
use ffi::AiTexture;

define_type_and_iterator_indirect! {
    /// Texture type.
    struct Texture(&AiTexture)
    /// Texture iterator type.
    struct TextureIter
}