Skip to main content

RenderTexture.ResolveAntiAliasedSurface(RenderTexture target)

Force an antialiased render texture to be resolved.

Parameters:

NameTypeDescription
targetRenderTextureThe render texture to resolve into. If set, the target render texture must have the same dimensions and format as the source.

Usage

---@type RenderTexture
local rendertexture;

---@type RenderTexture
local target;


rendertexture.ResolveAntiAliasedSurface(target)