]> git.tdb.fi Git - libs/gl.git/commit
Remove Vulkan checks from feature converters
authorMikko Rasa <tdb@tdb.fi>
Sat, 9 Apr 2022 11:41:04 +0000 (14:41 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 9 Apr 2022 16:05:04 +0000 (19:05 +0300)
commit1a5dafe20e47c764f2914c341fb7b8f1fba59fb8
treead5aa4daa626568994eef7722cabeb8619c9327e
parentc189535988b6406a74c600f98241a886e5e7c19f
Remove Vulkan checks from feature converters

Since the GLSL version is now consistent, features can be checked
against it.  This also makes the GLSL output behave better if used
on a shader compiled for Vulkan.
source/glsl/finalize.cpp