glslang has reduced it's public headers #1075
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
glslang only installs it's public headers now:
https://github.com/KhronosGroup/glslang/pull/3397
1dcb072cda
Which means #include <glslang/Include/Types.h> is no longer available
it's used in:
src/Cafe/HW/Latte/Renderer/Vulkan/VKRPipelineInfo.cpp
src/Cafe/HW/Latte/Renderer/Vulkan/VulkanRenderer.cpp