[example] Writing into the depth buffer (#2836)
* Add a depth buffer example. * Fixed a typo
This commit is contained in:
parent
30b75702df
commit
3cfb9a6e83
4 changed files with 179 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue