TextureCache.get

Tries to get a texture from the cache.

class TextureCache
@nogc
get
(
uint slotId
)

Parameters

slotId uint

The texture slot ID to try to fetch.

Return Value

Type: Texture

The given texture if found, null otherwise.

Meta