Enum RenderPassType
Namespace: Unity.Tiny.Rendering
Syntax
[Flags]
public enum RenderPassType : uint
Fields
Name | Description | Value |
---|---|---|
Opaque | 2 | |
Transparent | 4 | |
UI | 8 | |
FullscreenQuad | 16 | |
ShadowMap | 32 | |
Sprites | 64 | |
DebugOverlay | 128 | |
Clear | 256 |