Ver código fonte

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

pull/3283/head
Asdqwe 2 anos atrás
committed by GitHub
pai
commit
46bac461ce
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
2 arquivos alterados com 2 adições e 0 exclusões
  1. +1
    -0
      examples/Makefile
  2. +1
    -0
      examples/Makefile.Web

+ 1
- 0
examples/Makefile Ver arquivo

@ -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 Ver arquivo

@ -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 \

Carregando…
Cancelar
Salvar