Type:Filtering

From Resonite Wiki
Revision as of 17:02, 7 March 2024 by PJB (talk | contribs) (Created page with "{{Infobox Enum |name=Filtering |type=Elements.Assets.Filtering }} This defines image upscaling/downscaling filtering modes. This enum is used for "ahead of time" scaling operations such as Mipmap generation. It should not be confused with Type:TextureFilterMode, which represents for real-time filtering modes supported by GPU hardware. {{Table EnumValues |Bilinear|0| |Box|1| |Lanczos3|2| }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Enum
Name: Filtering
Type: Elements.Assets.Filtering

This defines image upscaling/downscaling filtering modes. This enum is used for "ahead of time" scaling operations such as Mipmap generation. It should not be confused with TextureFilterMode, which represents for real-time filtering modes supported by GPU hardware.

Values
Name Value Description
Bilinear 0
Box 1
Lanczos3 2