Click or drag to resize

glGetAliasedPointSizeRange Method

Gets the smallest and largest supported sizes for aliased points.

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

Parameters

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

OpenGL API: glGetIntegerv(GL_ALIASED_POINT_SIZE_RANGE)

See Also