]> git.mcshandy.xyz Git - barrow_crawler/commit
Introduce simple shaders for messing with the map and lighting, and some cleanup
authorRandy McShandy <randy@mcshandy.xyz>
Wed, 8 May 2024 02:51:46 +0000 (21:51 -0500)
committerRandy McShandy <randy@mcshandy.xyz>
Wed, 8 May 2024 02:51:46 +0000 (21:51 -0500)
commitd1824cdfc9e8d5de5079277e72cf43280359974a
tree2b21fbcfda53f14bbbddc650807ecbd4620ce30d
parenteb42894de79609b88419056717973932961addab
Introduce simple shaders for messing with the map and lighting, and some cleanup
src/external/stb_image_resize2.h [moved from src/stb_image_resize2.h with 100% similarity]
src/external/stb_image_write.h [moved from src/stb_image_write.h with 100% similarity]
src/main.c
src/render_raylib.c
src/shaders/lighting.fs [new file with mode: 0644]
src/shaders/lighting.vs [new file with mode: 0644]
src/utils.c