diff options
| author | TheManTheMythTheGameDev <[email protected]> | 2023-12-19 01:37:41 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-19 10:37:41 +0100 |
| commit | 1fc3d9aeb2bc629959a203dcb79b74efcb3c9882 (patch) | |
| tree | 889444ac88ff7e699ee343ae5645785a5bc1461f /examples/Makefile | |
| parent | 34a9163c520a353ebb9889ea291b7b8babd1d286 (diff) | |
| download | raylib-1fc3d9aeb2bc629959a203dcb79b74efcb3c9882.tar.gz raylib-1fc3d9aeb2bc629959a203dcb79b74efcb3c9882.zip | |
Add shadowmapping example (#3653)
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 11669e3a..235deda2 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -560,6 +560,7 @@ SHADERS = \ shaders/shaders_palette_switch \ shaders/shaders_postprocessing \ shaders/shaders_raymarching \ + shaders/shaders_shadowmap \ shaders/shaders_shapes_textures \ shaders/shaders_simple_mask \ shaders/shaders_spotlight \ |
