Class GenerationState
Contains the current state of the generation process and will be updated over time.
Implements
IDisposable
Inherited Members
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public sealed class GenerationState : ExtensibleObject<IGenerationState>, IDisposable
Methods
Dispose()
Declaration
public void Dispose()
GetCachedComputeBufferPyramid(int, int)
Declaration
public IList<ComputeBuffer> GetCachedComputeBufferPyramid(int baseResolution, int stride = null)
Parameters
| Type | Name | Description |
|---|---|---|
| int | baseResolution | |
| int | stride |
Returns
| Type | Description |
|---|---|
| IList<><ComputeBuffer> |
Implements
IDisposable