KotzaBoss 4b0e25d3af
Add rlCullDistance variables/getters and rlSetClipPlanes function (#3912)
The `RL_CULL_DISTANCE_` definition remains as the initial value
of the variables.

Basic usage can be:
```c
#include <raylib.h>
#include <rlgl.h>

rlSetClipPlanes(RL_CULL_DISTANCE_NEAR, MY_CULL_DISTANCE_FAR);

if (must_reset_clip_planes)
    rlSetClipPlanes(RL_CULL_DISTANCE_NEAR, RL_CULL_DISTANCE_FAR);
```
2024-04-23 14:24:37 +02:00
..
2024-01-02 20:58:12 +01:00
2024-01-02 20:58:12 +01:00
2024-04-21 12:29:09 +02:00
2024-01-02 20:58:12 +01:00
2024-01-02 20:58:12 +01:00
2024-01-02 20:58:12 +01:00
2024-01-02 20:58:12 +01:00