1use ffi::AiTexture; 2 3define_type_and_iterator_indirect! { 4 /// Texture type. 5 struct Texture(&AiTexture) 6 /// Texture iterator type. 7 struct TextureIter 8}