]> git.tdb.fi Git - libs/gl.git/commit
Add a backend for SpirVModule and make it non-copyable
authorMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 13:19:39 +0000 (15:19 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 13:28:10 +0000 (15:28 +0200)
commit5cbd8664a7300d0c0076862572adeda9955b1c97
treea345f9f1bd083eedbfb4edb8a27521c807a905e5
parent0e61ac01ae99391c6b1301a9bf8de62fe651dac3
Add a backend for SpirVModule and make it non-copyable

In Vulkan shader modules are objects of their own.
source/backends/opengl/module_backend.h [new file with mode: 0644]
source/core/module.cpp
source/core/module.h