]> git.tdb.fi Git - libs/gl.git/commit
Restructure Program to remove linking from the public interface
authorMikko Rasa <tdb@tdb.fi>
Sun, 26 Sep 2021 13:41:03 +0000 (16:41 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 26 Sep 2021 14:56:52 +0000 (17:56 +0300)
commitb7f46931a9878b2fd7ec863d520dc22ac89c0baf
tree0e262242d703ea6bb935653204528ed5a5aadefc
parent1b23728908f5ec9beb08b2b70737c3903745fddc
Restructure Program to remove linking from the public interface

It doesn't map to Vulkan at all.  Doing it from add_stages also
simplifies handling some temporary data.
source/core/program.cpp
source/core/program.h
source/resources/resources.cpp