Table of Contents

Method GetDetailInstances

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

GetDetailInstances(List<DetailTemplate>, List<ComputeBuffer>)

Copies the stored detail templates and detail instance buffers into caller-provided lists.

public void GetDetailInstances(List<DetailTemplate> templates, List<ComputeBuffer> buffers)

Parameters

templates List<DetailTemplate>

Destination list that receives detail templates.

buffers List<ComputeBuffer>

Destination list that receives detail instance buffers.