value property

T get value

Implementation

T get value {
  if (data.isEmpty) throw Exception("VRAM data not synced to CPU. Call toCpu() first.");
  return _unflatten(data);
}