RenderTextures have an initialization field for textures
Current RenderTexture's have no way to have custom initialization, which is useful for scenarios when trying to use RenderTextures without a clear flag (which also doesn't currently work). This would allow for painting effects without having to use ProceduralTextureProviders (which are expensive due to CPU access and lack of block memory writing operations).
3
votes
Blake Gross
shared this idea