in_texture_cache_get_size

Gets the size (amount of textures) of the texture cache.

version(IN_DYNLIB)
export extern (C) @nogc
uint
in_texture_cache_get_size

Parameters

obj in_texture_cache_t*

The texture cache object.

Return Value

Type: uint

The amount of textures within the cache.

Meta