FormatSwizzle
Graphics Format Swizzle.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public enum FormatSwizzle
Fields
Value | Description |
|---|---|
| FormatSwizzle0 | The channel specified is not present for the format |
| FormatSwizzle1 | The channel specified is not present for the format. |
| FormatSwizzleA | The channel specified contains alpha. |
| FormatSwizzleB | The channel specified contains blue. |
| FormatSwizzleG | The channel specified contains green. |
| FormatSwizzleR | The channel specified contains red. |