Header menu logo Nu

Texture.TextureServer Type

Populated the texture ids and handles of lazy textures in a threaded manner. TODO: abstract this to interface that can represent either inline or threaded implementation.

Constructors

Constructor Description

TextureServer(lazyTextureQueues, sharedContext, window)

Full Usage: TextureServer(lazyTextureQueues, sharedContext, window)

Parameters:
Returns: TextureServer
lazyTextureQueues : ConcurrentDictionary<ConcurrentQueue<LazyTexture>, ConcurrentQueue<LazyTexture>>
sharedContext : nativeint
window : nativeint
Returns: TextureServer

Instance members

Instance member Description

this.Start

Full Usage: this.Start

this.Terminate

Full Usage: this.Terminate

Type something to start searching.