]> git.tdb.fi Git - libs/gl.git/commit
Make the SL::Features factory functions more flexible
authorMikko Rasa <tdb@tdb.fi>
Mon, 8 Nov 2021 19:19:15 +0000 (21:19 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 8 Nov 2021 19:19:55 +0000 (21:19 +0200)
commitaa389f9840d961f7edbcf64eadced812134d8481
tree6f1f7412710d4a907294ced89a6e0c7d4d81dc98
parentc32051dc7e77faf0fe6bdad2a6f1025e7b43da19
Make the SL::Features factory functions more flexible

Passing the backend API as an argument is much better than having
separate functions for each backend.
source/glsl/features.cpp
source/glsl/features.h
tests/glsl/glslcompiler.cpp
tools/glslcompiler.cpp