Skip to content

raylib.rlDisableDepthTest

JoeStrout edited this page Apr 29, 2026 · 2 revisions

rlDisableDepthTest

Parameters

None.

Return value

None.

Notes

Example

raylib.rlDisableDepthTest
// draw objects that should always appear on top
raylib.rlEnableDepthTest

Clone this wiki locally