# SupportedRenderingFeatures.LightmapMixedBakeModes

> Same as MixedLightingMode for baking, but is used to determine what is supported by the pipeline.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Rendering](/engine/6000.6/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
[Flags]
public enum SupportedRenderingFeatures.LightmapMixedBakeModes
```

## Fields

| Value                                                                                                                                   | Description                                                                                                                                                                |
| --------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [IndirectOnly](/engine/6000.6/script-reference/unityengine/rendering/supportedrenderingfeatures/lightmapmixedbakemodes/indirectonly.md) | Same as [MixedLightingMode.IndirectOnly](/engine/6000.6/script-reference/unityengine/mixedlightingmode/indirectonly.md) but determines if it is supported by the pipeline. |
| [None](/engine/6000.6/script-reference/unityengine/rendering/supportedrenderingfeatures/lightmapmixedbakemodes/none.md)                 | No mode is supported.                                                                                                                                                      |
| [Shadowmask](/engine/6000.6/script-reference/unityengine/rendering/supportedrenderingfeatures/lightmapmixedbakemodes/shadowmask.md)     | Determines what is supported by the rendering pipeline. This enum is similar to [MixedLightingMode](/engine/6000.6/script-reference/unityengine/mixedlightingmode.md).     |
| [Subtractive](/engine/6000.6/script-reference/unityengine/rendering/supportedrenderingfeatures/lightmapmixedbakemodes/subtractive.md)   | Same as [MixedLightingMode.Subtractive](/engine/6000.6/script-reference/unityengine/mixedlightingmode/subtractive.md) but determines if it is supported by the pipeline.   |
