Structure that holds a handle for a given texture. More...
#include <ai_texture.h>
Structure that holds a handle for a given texture.
Texture handles can be created through AiTextureHandleCreate and destroyed with AiTextureHandleDestroy. Texture lookups can be done with AiTextureHandleAccess, which is faster than AiTextureAccess.