Class PostProcessResources.SMAALuts
A set of textures needed by the sub-pixel morphological anti-aliasing effect.
Inherited Members
Namespace: UnityEngine.Rendering.PostProcessing
Assembly: Unity.Postprocessing.Runtime.dll
Syntax
[Serializable]
public sealed class PostProcessResources.SMAALuts
Fields
area
The area lookup table.
Declaration
public Texture2D area
Field Value
Type | Description |
---|---|
Texture2D |
search
The search lookup table.
Declaration
public Texture2D search
Field Value
Type | Description |
---|---|
Texture2D |