Method RemoveRTFromPool
RemoveRTFromPool(string)
Detaches a render texture from the pool and returns ownership to the caller.
public GraphRenderTexture RemoveRTFromPool(string name)
Parameters
namestringThe identifier of the texture to detach.
Returns
- GraphRenderTexture
The detached texture when found; otherwise null.
Remarks
Removed resources are no longer disposed by the pool. This is how final graph outputs are transferred into higher-level result objects such as Core.BiomeData.
RemoveRTFromPool(SlotRef)
Detaches a render texture from the pool by slot reference.
public GraphRenderTexture RemoveRTFromPool(SlotRef slotRef)
Parameters
slotRefSlotRef