Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GraphicsTextureDescriptorFlags

The rendering and read/write access mode of a GraphicsTexture.
Read time 1 minuteLast updated 6 days ago

Definition

[Flags]public enum GraphicsTextureDescriptorFlags

Remarks

Fields

Value

Description

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