Version: 2022.2
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

GraphicsFormatUtility.IsXRFormat

매뉴얼로 전환
public static bool IsXRFormat (Experimental.Rendering.GraphicsFormat format);

설명

Returns true if the format is an extended range format. With extended range format, the blue, green, and red components are linearly encoded, and their values range from -0.752941 to 1.25098. The alpha component is always clamped to a [0.0, 1.0] range in sampling, rendering, and writing operations, despite supporting values outside this range. Returns false otherwise.