ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
protected void StartPipeline( RenderParameter parameters, SortingMode sorting, bool frustumClipping, OutArray<float> positions_camera, OutArray<int> indices, OutArray<float> positions_screen, OutArray<float> normals_camera )
Parameters
- parameters
- Type: ILNumerics.DrawingRenderParameter
- sorting
- Type: ILNumerics.DrawingSortingMode
- frustumClipping
- Type: SystemBoolean
- positions_camera
- Type: ILNumericsOutArraySingle
- indices
- Type: ILNumericsOutArrayInt32
- positions_screen
- Type: ILNumericsOutArraySingle
- normals_camera
- Type: ILNumericsOutArraySingle
See Also