Enum FullScreenPassRendererFeature.InjectionPoint
An injection point for the full screen pass. This is similar to RenderPassEvent enum but limits to only supported events.
네임스페이스: Global Namespace
어셈블리: solution.dll
구문
public enum FullScreenPassRendererFeature.InjectionPoint
필드
| 이름 | 설명 |
|---|---|
| AfterRenderingPostProcessing | Inject a full screen pass after post processing is rendered |
| BeforeRenderingPostProcessing | Inject a full screen pass before post processing is rendered |
| BeforeRenderingTransparents | Inject a full screen pass before transparents are rendered |