mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
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:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user