Bug 200315
Summary: | [WHLSL] Add back < 32 bit texture formats that were removed by bug#200312 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> |
Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dino, fpizlo, jonlee, justin_fan, mmaxfield, rmorisset |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=200312 | ||
Bug Depends on: | 200312 | ||
Bug Blocks: |
Saam Barati
Specifically:
R8Uint,
R8Sint,
R16Uint,
R16Sint,
RG8Uint,
RG8Sint,
RG16Uint,
RG16Sint,
RGBA8Uint,
RGBA8Sint,
RGBA16Uint,
RGBA16Sint,
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Saam Barati
We need to figure out how to pad them out when we load from them to result in a wider type
Myles C. Maxfield
WHLSL is no longer relevant.