Table of Contents

Delegate PopulateGenericBuffersHandler

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

Represents a callback that receives generic buffer outputs produced for a tile.

public delegate void PopulateGenericBuffersHandler(List<string> labels, List<ComputeBuffer> buffers)

Parameters

labels List<string>

Labels that identify each generic buffer output. The order matches buffers element-for-element.

buffers List<ComputeBuffer>

The generated compute buffers for the current tile. Consumers should treat these as paired with labels by index.