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
This currently exists in the Vulkan->WebGPU, to work around an issue in SPIRV-Cross but because ids being compact isn't in the spec, the validator will not reject sparse ids, so the WebGPU->Vulkan also needs it, so that spvc can make sure ids are compact before invoking SPIRV-Cross.
The text was updated successfully, but these errors were encountered:
This currently exists in the Vulkan->WebGPU, to work around an issue in SPIRV-Cross but because ids being compact isn't in the spec, the validator will not reject sparse ids, so the WebGPU->Vulkan also needs it, so that spvc can make sure ids are compact before invoking SPIRV-Cross.
The text was updated successfully, but these errors were encountered: