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
When using the debug -g option, the SpirV code won't pass validation.
The error will look like:
VUID-VkShaderModuleCreateInfo-pCode-08737(ERROR / SPEC): msgNum: -1520283006 - Validation Error: [ VUID-VkShaderModuleCreateInfo-pCode-08737 ] | MessageID = 0xa5625282 | vkCreateShaderModule(): pCreateInfo->pCode (spirv-val produced an error):
NonSemantic.Shader.DebugInfo.100 DebugFunctionDefinition: must be in the entry basic block of the function
%41 = OpExtInst %void %2 DebugFunctionDefinition %37 %main
The text was updated successfully, but these errors were encountered:
When using the debug
-g
option, the SpirV code won't pass validation.The error will look like:
The text was updated successfully, but these errors were encountered: