[example] Writing into the depth buffer (#2836)

* Add a depth buffer example.

* Fixed a typo
This commit is contained in:
BugraAlptekinSari 2023-01-01 20:17:28 +03:00 committed by GitHub
parent 30b75702df
commit 3cfb9a6e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 179 additions and 1 deletions

View file

@ -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 \