svenstaro / glsl-language-server

Language server implementation for GLSL
MIT License
177 stars 29 forks source link

Update glslang. #20

Closed aarchangel64 closed 2 years ago

aarchangel64 commented 2 years ago

A very small PR - I don't know how much of a difference this actually makes, but I saw that the glslang submodule was on a commit about 2 years old, so I updated it. The only change to the source is just an API change of calling GetDefaultResources() like is shown in this example.

svenstaro commented 2 years ago

Thanks, though it shouldn't change much.