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-04-07 09:47:28 +02:00
2024-04-21 12:29:09 +02:00
2024-04-02 09:38:06 +02:00
2024-04-21 12:29:09 +02:00
2024-04-02 09:40:19 +02:00
2024-04-20 19:53:59 +02:00
2018-09-26 16:02:42 +02:00
2024-04-02 09:40:19 +02:00
2024-02-05 20:53:14 +01:00
2024-01-02 20:58:12 +01:00
2024-04-21 12:29:09 +02:00
2024-04-21 12:29:09 +02:00
2023-11-08 19:34:38 +01:00
2024-01-02 20:58:12 +01:00