]> git.tdb.fi Git - libs/gl.git/commit
Refactor adding and compiling shader stages in Program
authorMikko Rasa <tdb@tdb.fi>
Tue, 30 Mar 2021 11:49:26 +0000 (14:49 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 30 Mar 2021 13:26:05 +0000 (16:26 +0300)
commit4c705a6fba590514bc3fab2a324c24fddc30cac6
tree74c0f935cbdc37e2282fa36f2e0973b56c834202
parenta061bbfa87391ddea42c6220c1e17054d5b6b0c8
Refactor adding and compiling shader stages in Program

SPIR-V stages don't need to be compiled so it makes more sense to compile
when adding stages from GLSL.
source/core/program.cpp
source/core/program.h