WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
256722
[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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-05-12 11:10:59 PDT
<
rdar://problem/109272220
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug