CubeMapClient Type
Memoizes cube map loads (and may at some point potentially thread them).
Constructors
| Constructor | Description |
|
|
Instance members
| Instance member | Description |
Full Usage:
this.CubeMaps
Returns: Dictionary<(string * string * string * string * string * string), Texture>
|
|
Full Usage:
this.TryCreateCubeMap
Parameters:
string * string * string * string * string * string
thread : TextureLoadThread
context : VulkanContext
Returns: Either<string, Texture>
|
|
Nu