Method delegate for pixelshader like in place texture fill functions.
Namespace: VVVV.Utils.SlimDXAssembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872
Syntax
C# |
---|
public delegate void TextureFillFunctionInPlace( uint* data, int row, int col, int width, int height ) |
Parameters
- data
- Type: System..::..UInt32*
- row
- Type: System..::..Int32
- col
- Type: System..::..Int32
- width
- Type: System..::..Int32
- height
- Type: System..::..Int32