Click or drag to resize

glGetAliasedLineWidthRange Method

Gets the smallest and largest supported widths for aliased lines.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void GetAliasedLineWidthRange(
	out float min,
	out float max
)

Parameters

min
Type: SystemSingle
is set to the smallest supported line width.
max
Type: SystemSingle
is set to the largest supported line width.
Remarks
The returned range always includes value 1.0.

OpenGL API: glGetIntegerv(GL_ALIASED_LINE_WIDTH_RANGE)

See Also