[examples] Add new example: shaders_vertex_displacement (#4186)

* shaders-vertex_displacement init

* implement simulation of wave in ocean

* update examples/README & add some comments

* update comments

* add gl100 shaders
This commit is contained in:
Alex ZH 2024-08-04 15:58:26 -04:00 committed by GitHub
parent 92f60a99f6
commit 43b0c9410e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 261 additions and 11 deletions

View file

@ -612,7 +612,8 @@ SHADERS = \
shaders/shaders_texture_outline \
shaders/shaders_texture_tiling \
shaders/shaders_texture_waves \
shaders/shaders_write_depth
shaders/shaders_write_depth \
shaders/shaders_vertex_displacement
AUDIO = \
audio/audio_mixed_processor \