Bug 200315 - [WHLSL] Add back < 32 bit texture formats that were removed by bug#200312
Summary: [WHLSL] Add back < 32 bit texture formats that were removed by bug#200312
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 200312
Blocks:
  Show dependency treegraph
 
Reported: 2019-07-31 14:24 PDT by Saam Barati
Modified: 2020-05-05 00:42 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2019-07-31 14:24:32 PDT
Specifically:

R8Uint,
R8Sint,
R16Uint,
R16Sint,
RG8Uint,
RG8Sint,
RG16Uint,
RG16Sint,
RGBA8Uint,
RGBA8Sint,
RGBA16Uint,
RGBA16Sint,
Comment 1 Saam Barati 2019-07-31 14:24:56 PDT
We need to figure out how to pad them out when we load from them to result in a wider type
Comment 2 Myles C. Maxfield 2020-05-05 00:42:35 PDT
WHLSL is no longer relevant.