in_texture_cache_get_texture

Gets a texture from the cache.

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

Parameters

obj in_texture_cache_t*

The texture cache object.

slot uint

The slot to get the texture from.

Return Value

The requested texture if found, otherwise null.

Meta