1
0
mirror of https://github.com/godotengine/godot synced 2024-07-01 08:39:18 +00:00

Remove private glslang include

The latest glslang versions only install headers that are part of the public interface. This breaks when builtin_glslang is set to false.

Ref 1dcb072cda
This commit is contained in:
Sertonix 2024-06-22 14:51:17 +00:00 committed by GitHub
parent 04bf7d4cad
commit 01d333fce0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,6 @@
#include "core/config/engine.h"
#include "servers/rendering/rendering_device.h"
#include <glslang/Include/Types.h>
#include <glslang/Public/ResourceLimits.h>
#include <glslang/Public/ShaderLang.h>
#include <glslang/SPIRV/GlslangToSpv.h>