Enum FullScreenPassRendererFeature.InjectionPoint
An injection point for the full screen pass. This is similar to RenderPassEvent enum but limits to only supported events.
Namespace: Global Namespace
Syntax
public enum InjectionPoint
Fields
| Name | Description | Value |
|---|---|---|
| BeforeRenderingTransparents | Inject a full screen pass before transparents are rendered |
450 |
| BeforeRenderingPostProcessing | Inject a full screen pass before post processing is rendered |
550 |
| AfterRenderingPostProcessing | Inject a full screen pass after post processing is rendered |
600 |