This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Add examples/shaders/shaders_lightmap.c to Makefiles (
#3276
)
pull/3283/head
Asdqwe
1 year ago
committed by
GitHub
parent
1d2b43402e
commit
46bac461ce
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
examples/Makefile
+1
-0
examples/Makefile.Web
+ 1
- 0
examples/Makefile
View File
@ -529,6 +529,7 @@ SHADERS = \
shaders/shaders_simple_mask
\
shaders/shaders_spotlight
\
shaders/shaders_hot_reloading
\
shaders/shaders_lightmap
\
shaders/shaders_mesh_instancing
\
shaders/shaders_multi_sample2d
\
shaders/shaders_write_depth
\
+ 1
- 0
examples/Makefile.Web
View File
@ -504,6 +504,7 @@ SHADERS = \
shaders/shaders_simple_mask
\
shaders/shaders_spotlight
\
shaders/shaders_hot_reloading
\
shaders/shaders_lightmap
\
shaders/shaders_mesh_instancing
\
shaders/shaders_multi_sample2d
\
shaders/shaders_write_depth
\
Write
Preview
Loading…
Cancel
Save