Skip to content

createNodeLink#dropCPUData

This page documents the NodeLink.dropCPUData method.

Summary

createNodeLink#dropCPUData clears retained CPU node and edge records. After that, later record access and richer pick payloads may no longer be available even though GPU rendering can continue.

Syntax

NodeLink.dropCPUData(): void

nodeLink.dropCPUData();

Parameters

This API does not take parameters.

Returns

void - No return value. The call clears retained CPU-side nodelink data.

See Also