summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorBugraAlptekinSari <[email protected]>2023-01-01 20:17:28 +0300
committerGitHub <[email protected]>2023-01-01 18:17:28 +0100
commit3cfb9a6e83af9a94a2d1d57dd6bbfba738c09b2a (patch)
tree1f787d5563e2d2e9e2d2a93b41cdd4a9175a4d62 /examples/Makefile
parent30b75702df9d5d8f1ce2b9c7911b05e992b777f5 (diff)
downloadraylib-3cfb9a6e83af9a94a2d1d57dd6bbfba738c09b2a.tar.gz
raylib-3cfb9a6e83af9a94a2d1d57dd6bbfba738c09b2a.zip
[example] Writing into the depth buffer (#2836)
* Add a depth buffer example. * Fixed a typo
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 76a33149..7beff293 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -520,7 +520,8 @@ SHADERS = \
shaders/shaders_spotlight \
shaders/shaders_hot_reloading \
shaders/shaders_mesh_instancing \
- shaders/shaders_multi_sample2d
+ shaders/shaders_multi_sample2d \
+ shaders/shaders_write_depth
AUDIO = \
audio/audio_module_playing \