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