Point_params
Detailed_FF
Renders points using the fixed function pipeline with more complex point params.


Detailed_VS
Renders points using a programmable shader with more complex point params.


PointParamsOff_SmoothOff_128_FF
Renders points using the fixed function pipeline with point size 128, point smoothing and point params disabled.


PointParamsOff_SmoothOff_128_VS
Renders points using a programmable shader with point size 128, point smoothing and point params disabled.


PointParamsOn_SmoothOff_128_FF
Renders points using the fixed function pipeline with point size 128, point smoothing disabled and point params enabled.


PointParamsOn_SmoothOff_128_VS
Renders points using a programmable shader with point size 128, point smoothing disabled and point params enabled.


PointParamsOn_SmoothOn_001_FF
Renders points using the fixed function pipeline with point size 1, point smoothing and point params enabled. Demonstrates that point size is ignored when point params are enabled.


PointParamsOn_SmoothOn_128_FF
Renders points using the fixed function pipeline with point size 128, point smoothing and point params enabled.


PointParamsOn_SmoothOn_128_VS
Renders points using a programmable shader with point size 128, point smoothing and point params enabled.

