protonscr

VVL error in test_clip_distance_dxbc

vkd3dclosed
HansKristian-Work/vkd3d-proton#2379 · opened 2025-03-06 by HansKristian-Work · updated 2025-03-14 · 0 comments · github
HHansKristian-Work 2025-03-06 github

202f6:err:vkd3d_debug_messenger_callback: vkCreateGraphicsPipelines(): pCreateInfos[0] (SPIR-V Interface) VK_SHADER_STAGE_GEOMETRY_BIT declared input at Location 2 Component 0 but it is not an Output declared in VK_SHADER_STAGE_VERTEX_BIT.
The Vulkan spec states: Any user-defined variables shared between the OpEntryPoint of two shader stages, and declared with Input as its Storage Class for the subsequent shader stage, must have all Location slots and Component words declared in the preceding shader stage's OpEntryPoint with Output as the Storage Class (https://docs.vulkan.org/spec/latest/appendices/spirvenv.html#VUID-RuntimeSpirv-OpEntryPoint-08743)

Nothing extracted yet.