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 }