OptionalsizeOptionalfloatUse 16F/32F render target. (Default: false)
OptionalpersistentWhether the target content should persist across frames (Default: false).
Useful for feedback effects like trails or motion blur.
OptionalwrapDefault: "clamp". Tuple form specifies [wrapS, wrapT].
OptionalfilterDefault: "linear".
OptionalmipmapAllocate a full mip chain (Default: false).
false: no mip storage, single level. Identical to thetrue: full mip chain allocated, auto-regenerated after everytarget is this RT."manual": full mip chain allocated, regenerated only whenrt.generateMipmaps() is called.When mipmap is enabled, filter is auto-promoted on the MIN side:
"linear" → trilinear, "nearest" → nearest-mip-nearest. MAG
stays bilinear / nearest.
Size in physical pixels.
If omitted, the target size will follow the source element size
(
element size * pixelRatio, auto-resized)