# VFXCameraBufferTypes

> This enumeration describes Camera buffer types.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.VFX](/engine/6000.6/script-reference/unityengine/vfx.md)
* **Assembly:** UnityEngine.VFXModule

```csharp
[Flags]
public enum VFXCameraBufferTypes
```

## Fields

| Value                                                                                    | Description                                                                          |
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [Color](/engine/6000.6/script-reference/unityengine/vfx/vfxcamerabuffertypes/color.md)   | The [Camera](/engine/6000.6/script-reference/unityengine/camera.md)'s color buffer.  |
| [Depth](/engine/6000.6/script-reference/unityengine/vfx/vfxcamerabuffertypes/depth.md)   | The [Camera](/engine/6000.6/script-reference/unityengine/camera.md)'s depth buffer.  |
| [None](/engine/6000.6/script-reference/unityengine/vfx/vfxcamerabuffertypes/none.md)     | No Buffer.                                                                           |
| [Normal](/engine/6000.6/script-reference/unityengine/vfx/vfxcamerabuffertypes/normal.md) | The [Camera](/engine/6000.6/script-reference/unityengine/camera.md)'s normal buffer. |
