Readback:getData
EditReturns the data from the Readback, as a table. See Buffer:getData
for the way the table is structured.
data = Readback:getData()
Arguments
None
Returns
Name | Type | Description |
data | table | A table containing the data that was read back. |
Notes
This returns nil
for readbacks of Texture
objects.