Table of Contents

Method RemoveBufferFromPool

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

RemoveBufferFromPool(string)

Detaches a compute buffer from the pool and returns ownership to the caller.

public GraphBuffer RemoveBufferFromPool(string name)

Parameters

name string

Returns

GraphBuffer

RemoveBufferFromPool(SlotRef)

Detaches a compute buffer from the pool by slot reference.

public GraphBuffer RemoveBufferFromPool(SlotRef slotRef)

Parameters

slotRef SlotRef

Returns

GraphBuffer