Table of Contents

Method GetBuffer

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

GetBuffer(string)

Looks up a pooled compute buffer by identifier.

public GraphBuffer GetBuffer(string name)

Parameters

name string

Returns

GraphBuffer

GetBuffer(SlotRef)

Looks up a pooled compute buffer by slot reference.

public GraphBuffer GetBuffer(SlotRef slotRef)

Parameters

slotRef SlotRef

Returns

GraphBuffer