Table of Contents

Method GetGenericBuffers

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

GetGenericBuffers(List<string>, List<ComputeBuffer>)

Copies the stored generic buffer labels and buffers into caller-provided lists.

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

Parameters

labels List<string>

Destination list that receives output labels.

buffers List<ComputeBuffer>

Destination list that receives output buffers.