Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ComputeBuffer.GetData

GetData(data: Array): void;
void GetData(Array data);
def GetData(data as Array) as void

Parameters

dataAn array to receive the data.

Description

Read data values from the buffer into an array.