NEW256722
[WebGPU][WGSL] support for textureLoad and textureSampleBaseClampToEdge for external textures
https://bugs.webkit.org/show_bug.cgi?id=256722
Summary [WebGPU][WGSL] support for textureLoad and textureSampleBaseClampToEdge for e...
Mike Wyrzykowski
Reported 2023-05-12 11:10:35 PDT
textureLoad and/or textureSampleBaseClampToEdge are required to support external textures textureSampleBaseClampToEdge - https://www.w3.org/TR/WGSL/#textureSampleBaseClampToEdge => already takes a sampler so the assumption is the user has defined one in their WGSL textureLoad(texture, pixelCoords, levelOfDetail) - https://www.w3.org/TR/WGSL/#textureload => does not take a sampler, one can use read on the 2d texture, e.g., in MSL texture.read(pixelCoords, levelOfDetail)
Attachments
Radar WebKit Bug Importer
Comment 1 2023-05-12 11:10:59 PDT
Note You need to log in before you can comment on or make changes to this bug.