examples/shaders: Add an example for deferred shading (#3496)

* add example for deferred rendering/shading

* adapt convention

---------

Co-authored-by: 27justin <me@justin.cx>
This commit is contained in:
Justin
2023-10-31 20:13:12 +01:00
committed by GitHub
parent de7beef05d
commit 3645244f9f
9 changed files with 442 additions and 6 deletions

View File

@ -468,7 +468,8 @@ SHADERS = \
shaders/shaders_mesh_instancing \
shaders/shaders_multi_sample2d \
shaders/shaders_write_depth \
shaders/shaders_hybrid_render
shaders/shaders_hybrid_render \
shaders/shaders_deferred_render
AUDIO = \
audio/audio_module_playing \