这是indexloc提供的服务,不要输入任何密码
Skip to content

Expose optional texture capabilities in WebGPU #2630

@Jiawei-Shao

Description

@Jiawei-Shao

In current WebGPU SPEC the texture format capabilities (e.g. rendering, multisample, resolve, etc) must be supported on all WebGPU implementations and are hard-coded in WebGPU SPEC. Will we have a mechanism to allow optional texture format capabilities?

For example, rgba32float can be used to render HDR, and in WebGL we can know if it is supported with gl.getInternalformatParameter(). But in current WebGPU SPEC we can't support multisampling with rgba32float because of the lack of support on old iOS devices.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions