diff options
| author | KotzaBoss <[email protected]> | 2024-04-23 14:24:37 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-23 14:24:37 +0200 |
| commit | 4b0e25d3af79ce4c5cd94e8279473764d969cca3 (patch) | |
| tree | dc577f402c9f8bd04f201d47243ea6794cf2dd71 /src/minshell.html | |
| parent | d80febde7de940d74a37a47729a15ad29b40cafb (diff) | |
| download | raylib-4b0e25d3af79ce4c5cd94e8279473764d969cca3.tar.gz raylib-4b0e25d3af79ce4c5cd94e8279473764d969cca3.zip | |
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);
```
Diffstat (limited to 'src/minshell.html')
0 files changed, 0 insertions, 0 deletions
