GetLinearFormat(GraphicsFormat)
Returns the equivalent linear format of a GraphicsFormat. For example, this function returns kFormatR8G8B8A8_UNorm if the input is kFormatR8G8B8A8_SRGB. If the input GraphicsFormat is already linear, this function returns the input GraphicsFormat.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
public static GraphicsFormat GetLinearFormat(GraphicsFormat format)
Parameters
Returns
Type | Description |
|---|---|
| GraphicsFormat |