Commit graph

5 commits

Author SHA1 Message Date
wheremyfoodat
7e0f0cc99a Switch to not making positional lights pink in upstream 2023-08-15 23:52:57 +03:00
wheremyfoodat
2c4473bb6e clang-format 2023-08-02 20:05:36 +03:00
wheremyfoodat
66847d4570 Positional lighting maybe 2023-08-02 18:52:52 +03:00
wheremyfoodat
f956a3eb7a Add glsl files to source_group 2023-07-16 22:01:14 +03:00
Wunkolo
a9bb11e4b3 Migrate OpenGL string-literals to embedded files
Rather than declaring a big C++ literal for these strings, they are now
proper `.vert` and `.frag` files that will become embedded into the
application at build-time. It also allows for clang-format to format the
glsl files the same as our C++ code. CMake will also automatically track
and re-embed the file if it detects that the glsl source files have
changed since the last build. Ex, making a change to
`opengl_display.frag` and compiling will automatically recompile and
link the resource-target that it is associated with.
2023-07-15 19:12:07 -07:00