Method GetRendererConfiguration
GetRendererConfiguration(bool, bool)
Returns the render configuration that should be used in a RendererListDesc call to render Lit objects.
Declaration
public static PerObjectData GetRendererConfiguration(bool apv, bool shadowMask)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | apv | True if APV is enabled |
| bool | shadowMask | True if shadow mask is enabled |
Returns
| Type | Description |
|---|---|
| PerObjectData | Returns the render configuration that should be used in a RendererListDesc call to render Lit objects. |