From: Mikko Rasa Date: Tue, 30 Mar 2021 11:49:26 +0000 (+0300) Subject: Refactor adding and compiling shader stages in Program X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=4c705a6fba590514bc3fab2a324c24fddc30cac6;hp=4c705a6fba590514bc3fab2a324c24fddc30cac6;p=libs%2Fgl.git 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. ---