Enum TextureSizeMode
The mode that determines the size of a Texture.
Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
Syntax
public enum TextureSizeMode
Fields
| Name | Description | Value | 
|---|---|---|
| Explicit | Explicit size.  | 
0 | 
| Scale | Size automatically scaled by a Vector.  | 
1 | 
| Functor | Size automatically scaled by a Functor.  | 
2 |