GraphicsTextureDescriptorFlags

enumeration

Description

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

Properties

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.

Did you find this page useful? Please give it a rating: