Bug 198168 - [WHLSL] Add dynamic binding types
Summary: [WHLSL] Add dynamic binding types
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-22 22:39 PDT by Myles C. Maxfield
Modified: 2020-05-05 00:42 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2019-05-22 22:39:04 PDT
enum class BindingType : uint8_t {
    UniformBuffer,
    Sampler,
    Texture,
    StorageBuffer,
    // FIXME: Add the dynamic types
};
Comment 1 Myles C. Maxfield 2020-05-05 00:42:29 PDT
WHLSL is no longer relevant.