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
Building the simple app from the doc results in an invalid SPIR-V module. The NoSignedWrap decoration is used but the SPV_KHR_no_integer_wrap_decoration isn't declared with an OpExtension. Declaring the extension is enough to make the module pass the validator.