glslang has reduced it's public headers #1075

Closed
opened 2024-01-18 21:52:08 -03:00 by FireBurn · 0 comments
FireBurn commented 2024-01-18 21:52:08 -03:00 (Migrated from github.com)

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

glslang only installs it's public headers now: https://github.com/KhronosGroup/glslang/pull/3397 https://github.com/KhronosGroup/glslang/commit/1dcb072cda091180a5b8b03c030bcbe83a54f8e2 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
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cemu-project_Mirror/Cemu-2024-03-05#1075
No description provided.