You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the Vulkan SDK examples are failing shader compilation on macos (catalina 10.15.7) with lunarg sdk 1.2.176.1 due to spvSwizzleConstants being undeclared. This is presumably a SPIRV-Cross bug, but further investigation is needed before we submit an issue there.
[mvk-error] VK_ERROR_INITIALIZATION_FAILED: Shader library compile failed (Error code 3):
Compilation failed:
program_source:82:35: error: use of undeclared identifier 'spvSwizzleConstants'
constant uint& sTextureSwzl = spvSwizzleConstants[0];
^
.
[mvk-error] VK_ERROR_INVALID_SHADER_NV: Fragment shader function could not be compiled into pipeline. See previous logged error.
The other affected examples have the same use of undeclared identifier 'spvSwizzleConstants' error.
The text was updated successfully, but these errors were encountered:
Some of the Vulkan SDK examples are failing shader compilation on macos (catalina 10.15.7) with lunarg sdk 1.2.176.1 due to spvSwizzleConstants being undeclared. This is presumably a SPIRV-Cross bug, but further investigation is needed before we submit an issue there.
Affected examples: IntroducingPVRUtils, DeferredShading, GnomeHorde, MultiSampling, Navigation3D, PipelineCache
Error message for IntroducingPVRUtils:
The other affected examples have the same use of undeclared identifier 'spvSwizzleConstants' error.
The text was updated successfully, but these errors were encountered: