FormatUsage
Obsolete. Use the GraphicsFormatUsage enum instead.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
public enum FormatUsage
Fields
Value | Description |
|---|---|
| Blend | Obsolete. Use the GraphicsFormatUsage.Blend flag instead. |
| GetPixels | Obsolete. Use the GraphicsFormatUsage.GetPixels flag instead. |
| Linear | Obsolete. Use the GraphicsFormatUsage.Linear flag instead. |
| LoadStore | Obsolete. Use the GraphicsFormatUsage.LoadStore flag instead. |
| MSAA2x | Obsolete. Use the GraphicsFormatUsage.MSAA2x flag instead. |
| MSAA4x | Obsolete. Use the GraphicsFormatUsage.MSAA4x flag instead. |
| MSAA8x | Obsolete. Use the GraphicsFormatUsage.MSAA8x flag instead. |
| ReadPixels | Obsolete. Use the GraphicsFormatUsage.ReadPixels flag instead. |
| Render | Obsolete. Use the GraphicsFormatUsage.Render flag instead. |
| Sample | Obsolete. Use the GraphicsFormatUsage.Sample flag instead. |
| SetPixels | Obsolete. Use the GraphicsFormatUsage.SetPixels flag instead. |
| SetPixels32 | Obsolete. Use the GraphicsFormatUsage.SetPixels32 flag instead. |
| Sparse | Obsolete. Use the GraphicsFormatUsage.Sparse flag instead. |
| StencilSampling | Obsolete. Use the GraphicsFormatUsage.StencilSampling flag instead. |