Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

GraphicsTextureDescriptorFlags

enumeration

Description

The rendering and read/write access mode of a GraphicsTexture.

Properties

Description
NoneDefault mode, allows this GraphicsTexture to be sampled from.
RenderTargetAllows this GraphicsTexture to be set as a render target and be rendered to.
RandomWriteTargetAllows random write access into this GraphicsTexture on Shader Model 5.0 level shaders.