Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseAllows random write access into this GraphicsTexture on Shader Model 5.0 level shaders.
Allows Shader Model 5.0 level pixel or compute shaders to write into arbitrary locations on this texture, called "unordered access views" in UsingDX11GL3Features.
Note that this flag does nothing if GraphicsTextureDescriptorFlags.RenderTarget is not also set.
GraphicsTextureDescriptor.numSamples must be 1, as random write access is not compatible with anti-aliasing.
Additional resources: RenderTexture.enableRandomWrite.