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

Packed vector types #780

@litherum

Description

@litherum

Packed types are used to compact buffer data.

This can have a negative impact in the ecosystem since WebGPU data needs to be streamed from the web. This means that assets should be compressed as much as possible. Modern games can’t afford to post-process the GPU data (performance and memory) so typically they ship with the assets packed and compressed and they inflate them directly into GPU resources which are ready to be consumed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    wgslWebGPU Shading Language Issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions