Allocation.SyncAll(Int32) Method

Definition

Propagate changes from one usage of the Allocation to the other usages of the Allocation.

[Android.Runtime.Register("syncAll", "(I)V", "GetSyncAll_IHandler")]
public virtual void SyncAll (int srcLocation);
[<Android.Runtime.Register("syncAll", "(I)V", "GetSyncAll_IHandler")>]
abstract member SyncAll : int -> unit
override this.SyncAll : int -> unit

Parameters

srcLocation
Int32
Attributes

Remarks

Propagate changes from one usage of the Allocation to the other usages of the Allocation.

Java documentation for android.renderscript.Allocation.syncAll(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to