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.