Пример #1
0
 public NoisePipeline(ChunkGenerationGPUData pipeline, StorageGroupMesh storageGroup)
 {
     this.storageGroup = storageGroup;
     this.pipeline     = pipeline;
 }
Пример #2
0
 public ChunkGPUDataRequest(ChunkGenerationPipelinePool pipelinePool, StorageGroupMesh storedNoiseEdits, BufferPool minDegreeBufferPool)
 {
     this.pipelinePool        = pipelinePool;
     this.storedNoiseEdits    = storedNoiseEdits;
     this.minDegreeBufferPool = minDegreeBufferPool;
 }