]> git.tdb.fi Git - libs/gl.git/commit
Load builtin GLSL declarations from a file
authorMikko Rasa <tdb@tdb.fi>
Thu, 4 Mar 2021 21:30:13 +0000 (23:30 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 4 Mar 2021 22:30:28 +0000 (00:30 +0200)
commit992516fcf616fe6ceb55f5a6767eb174aff3f830
tree789725a6de7be774892a0f2ba482b02ad5a3da89
parent9328859840052a49ca3ba868e35fcf64d417c623
Load builtin GLSL declarations from a file

I'm going to add a lot more stuff into it so having it in the C++ source
would be inconvenient.
builtin_data/_builtin.glsl [new file with mode: 0644]
source/glsl/builtin.cpp