1
0
mirror of https://github.com/godotengine/godot synced 2024-07-05 17:03:36 +00:00
godot/modules/glslang
Rémi Verschelde 8c76ad188b
glslang: Fix support for building against public/system library
Fix include paths to support both vendored and system-installed glslang.

Remove usage of the private `StandAlone` bits.
Requires us to vendor a copy of `DefaultTBuiltInResource` (or provide our own
customized one) as glslang doesn't provide it in its public API.
Also removes unused C interface as it's not well encapsulated and depends on
`StandAlone`.

Fixes #56307.
2022-01-12 14:36:02 +01:00
..
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
glslang_resource_limits.h glslang: Fix support for building against public/system library 2022-01-12 14:36:02 +01:00
register_types.cpp glslang: Fix support for building against public/system library 2022-01-12 14:36:02 +01:00
register_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub glslang: Fix support for building against public/system library 2022-01-12 14:36:02 +01:00