Version: 2023.2
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

GraphicsFormatUtility.GetGraphicsFormat

マニュアルに切り替える
public static Experimental.Rendering.GraphicsFormat GetGraphicsFormat (TextureFormat format, bool isSRGB);
public static Experimental.Rendering.GraphicsFormat GetGraphicsFormat (RenderTextureFormat format, bool isSRGB);
public static Experimental.Rendering.GraphicsFormat GetGraphicsFormat (RenderTextureFormat format, RenderTextureReadWrite readWrite);

説明

Translates RenderTextureFormat or TextureFormat into GraphicsFormat.

In Gamma project color space, Unity returns a linear GraphicsFormat regardless of isSRGB and readWrite.