Skip to content

raylib.rlDisableSmoothLines

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Disable line aliasing

Parameters

None.

Return value

None.

Notes

Example

raylib.rlDisableSmoothLines
raylib.DrawLine 10, 10, 200, 200, raylib.RED
raylib.rlEnableSmoothLines

Clone this wiki locally