WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
254515
[WGSL] Add type declarations for textureSample overloads that operate on texture_depth_*
https://bugs.webkit.org/show_bug.cgi?id=254515
Summary
[WGSL] Add type declarations for textureSample overloads that operate on text...
Tadeu Zagallo
Reported
2023-03-27 06:45:20 PDT
We have declared all the versions that operate on texture, but we don't yet support texture_depth, so the following methods are missing: A is i32, or u32 @must_use fn textureSample(t: texture_depth_2d_array, s: sampler, coords: vec2<f32>, array_index: A, offset: vec2<i32>) -> f32 @must_use fn textureSample(t: texture_depth_cube, s: sampler, coords: vec3<f32>) -> f32 A is i32, or u32 @must_use fn textureSample(t: texture_depth_cube_array, s: sampler, coords: vec3<f32>, array_index: A) -> f32
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-04-03 06:46:14 PDT
<
rdar://problem/107556432
>
Tadeu Zagallo
Comment 2
2023-09-21 08:28:36 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/18020
EWS
Comment 3
2023-09-22 08:51:20 PDT
Committed
268315@main
(d7e9dd0b2334): <
https://commits.webkit.org/268315@main
> Reviewed commits have been landed. Closing PR #18020 and removing active labels.
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