diff options
| author | BugraAlptekinSari <[email protected]> | 2023-01-01 20:17:28 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-01 18:17:28 +0100 |
| commit | 3cfb9a6e83af9a94a2d1d57dd6bbfba738c09b2a (patch) | |
| tree | 1f787d5563e2d2e9e2d2a93b41cdd4a9175a4d62 /examples/Makefile | |
| parent | 30b75702df9d5d8f1ce2b9c7911b05e992b777f5 (diff) | |
| download | raylib-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/Makefile | 3 |
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 \ |
