Skip to content

Should the definition of "isFiltering" be more explicit? #4727

@greggman

Description

@greggman

Whether the {{GPUSampler}} weights multiple samples of a texture.

Right now it says

[[isFiltering]], of type boolean
Whether the GPUSampler weights multiple samples of a texture.

But it's implicit what "weights multiple samples of a texture" means

Should it say something more explicit like isFiltering = minFilter === 'linear' || magFilter === 'linear' || minmapFilter === 'linear' (and anything else that makes this a filtering sampler?

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiWebGPU APIcopyeditingPure editorial stuff (copyediting, *.bs file syntax, etc.)

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions