TextureCache.insert

Inserts a texture into the texture cache at the given index, the texture cache is resized to accomodate the index.

class TextureCache
@nogc
void
insert
(,
size_t at
)

Parameters

texture Texture

The texture to add to the cache.

at size_t

The index to give the texture.

Meta