FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Make ETC2 and ASTC always allow unaligned sizes? · Issue #6956 · gpuweb/gpuweb · GitHub

/ gpuweb Public

Make ETC2 and ASTC always allow unaligned sizes? #6956

Description

To reduce the illusion of fragmentation a bit, we could make it so that you can't create a device with ASTC or ETC2 without texture-compression-unaligned, since it seems no such devices exist. That is, for a device request with texture-compression-astc or texture-compression-etc2, texture-compression-unaligned gets enabled automatically. If needed this could also require core-features-and-limits to be requested (implicitly or explicitly) as well.

This doesn't have to be done now, it can wait until we have clearer results [on how widely this works on hardware]. It would just have a minor temporary impact on cross-browser compatibility if it comes after multiple browsers ship texture-compression-unaligned.

Originally posted by @kainino0x in #6312 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL