public NoisePipeline(ChunkGenerationGPUData pipeline, StorageGroupMesh storageGroup) { this.storageGroup = storageGroup; this.pipeline = pipeline; }
public ChunkGPUDataRequest(ChunkGenerationPipelinePool pipelinePool, StorageGroupMesh storedNoiseEdits, BufferPool minDegreeBufferPool) { this.pipelinePool = pipelinePool; this.storedNoiseEdits = storedNoiseEdits; this.minDegreeBufferPool = minDegreeBufferPool; }