Fill a 32 bit texture in parallel with values retrieved from the function fillFunc.

Namespace: VVVV.Utils.SlimDX
Assembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872

Syntax

C#
public static void Fill32BitTexParallel(
	Texture tex,
	uint[] oldData,
	TextureFillFunction fillFunc
)

Parameters

tex
Type: Texture
The texture to fill.
oldData
Type: array<System..::..UInt32>[]()[][]
Array to fill with the old data
fillFunc
Type: VVVV.Utils.SlimDX..::..TextureFillFunction
The function used to fill the texture.

See Also