glslang icon indicating copy to clipboard operation
glslang copied to clipboard

Add symbol visibility annotations to symbols in SPIRV/

Open arcady-lunarg opened this issue 6 months ago • 0 comments

Symbols in the SPIRV/ directory that are meant to be part of the public API of glslangnow have GLSLANG_EXPORT annotations that make sure they will be accessible when building glslang as a shared library if -fvisibility=hidden is enabled.

Fixes #2308

arcady-lunarg avatar Aug 23 '24 23:08 arcady-lunarg