Fill a 32 bit texture with values retrieved from the function fillFunc.
Namespace: VVVV.Utils.SlimDXAssembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872
Syntax
C# |
---|
public static void Fill32BitTex( 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.