Skip to content

raylib.rlDisableDepthMask

JoeStrout edited this page Apr 29, 2026 · 2 revisions

rlDisableDepthMask

Parameters

None.

Return value

None.

Notes

Example

raylib.rlDisableDepthMask
// draw transparent objects without writing to depth buffer
raylib.rlEnableDepthMask

Clone this wiki locally