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's accesses can be done with AiTextureHandleAccess, which is faster than AiTextureAccess.