WGSL support for texture_external: https://gpuweb.github.io/gpuweb/wgsl/#external-texture-type In order to support this, use of "texture_external nameForT" will likely need to generate the following information in the argument buffer at a minimum: texture2d<half> nameForT_FirstPlane; texture2d<half> nameForT_SecondPlane; float3x3 nameForT_UVRemapMatrix; float4x3 nameForT_ColorSpaceConversionMatrix; texture_external can only be used with textureLoad or textureSampleBaseClampToEdge. I will write up separate issues for those.
<rdar://problem/109270814>
Pull request: https://github.com/WebKit/WebKit/pull/13878
Committed 264138@main (030158c424b9): <https://commits.webkit.org/264138@main> Reviewed commits have been landed. Closing PR #13878 and removing active labels.