in_texture_cache_get_textures

Gets a texture from the cache.

version(IN_DYNLIB)
export extern (C) @nogc
in_texture_cache_get_textures

Parameters

obj in_texture_cache_t*

The texture cache object.

count uint

Where to store the texture count.

Return Value

Type: in_texture_t**

A puppet-owned array of textures.

Meta