ILNumerics Ultimate VS

OGLProgramCreateFor Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create or reuse program for a specific shape.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public static bool CreateFor(
	OGLShape shape,
	RenderParameter parameter
)

Parameters

shape
Type: ILNumerics.DrawingOGLShape
the shape
parameter
Type: ILNumerics.DrawingRenderParameter

Return Value

Type: Boolean
true: program was newly created, false: program was reused (no need to recreate VAO)
Remarks

[ILNumerics Visualization Engine]

See Also

Reference