Version: 2023.2
言語: 日本語

GraphicsTextureDescriptorFlags

enumeration

マニュアルに切り替える

説明

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

変数

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.