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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 442 additions and 6 deletions

View file

@ -562,7 +562,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 \