Enum RenderGraphUtils.BlitFilterMode
Filtermode for the simple blit.
Namespace: UnityEngine.Rendering.RenderGraphModule.Util
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public enum RenderGraphUtils.BlitFilterMode
Fields
Name | Description |
---|---|
ClampBilinear | Use bileanear filtering when selecting which pixels to blit from. |
ClampNearest | Clamp to the nearest pixel when selecting which pixel to blit from. |