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:
parent
de7beef05d
commit
3645244f9f
9 changed files with 442 additions and 6 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue