summaryrefslogtreecommitdiffhomepage
path: root/src/shell.html
diff options
context:
space:
mode:
authorKotzaBoss <[email protected]>2024-04-23 14:24:37 +0200
committerGitHub <[email protected]>2024-04-23 14:24:37 +0200
commit4b0e25d3af79ce4c5cd94e8279473764d969cca3 (patch)
treedc577f402c9f8bd04f201d47243ea6794cf2dd71 /src/shell.html
parentd80febde7de940d74a37a47729a15ad29b40cafb (diff)
downloadraylib-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/shell.html')
0 files changed, 0 insertions, 0 deletions