Table of Contents

Enum RenderingServer.ViewportAnisotropicFiltering

Namespace
Godot
Assembly
GodotSharp.dll
public enum RenderingServer.ViewportAnisotropicFiltering : long

Fields

Anisotropy16X = 4

Use 16× anisotropic filtering.

Anisotropy2X = 1

Use 2× anisotropic filtering.

Anisotropy4X = 2

Use 4× anisotropic filtering. This is the default value.

Anisotropy8X = 3

Use 8× anisotropic filtering.

Disabled = 0

Anisotropic filtering is disabled.

Max = 5

Represents the size of the RenderingServer.ViewportAnisotropicFiltering enum.