Experimental: this API is experimental and might be changed or removed in the future.

PaintContext.CreateRenderTargets

Switch to Manual
public void CreateRenderTargets (RenderTextureFormat colorFormat);

Parameters

colorFormatRender Texture format.

Description

Creates the sourceRenderTexture and destinationRenderTexture.

The render textures are created at a resolution matching the current PaintContext.pixelRect, using the specified RenderTextureFormat.

This function is called internally by TerrainPaintUtility.BeginPaintHeightmap, TerrainPaintUtility.BeginPaintTexture and TerrainPaintUtility.CollectNormals.

See Also: PaintContext.destinationRenderTexture, PaintContext.sourceRenderTexture