Sfoglia il codice sorgente

Add examples/shaders/shaders_lightmap.c to Makefiles (#3276)

pull/3283/head
Asdqwe 2 anni fa
committed by GitHub
parent
commit
46bac461ce
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +1
    -0
      examples/Makefile
  2. +1
    -0
      examples/Makefile.Web

+ 1
- 0
examples/Makefile Vedi 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 Vedi 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 \

Caricamento…
Annulla
Salva