Enum HLSLType
Namespace: UnityEditor.ShaderGraph.Internal
Syntax
public enum HLSLType
Fields
| Name | Description | Value |
|---|---|---|
| _float | 0 | |
| _float2 | 1 | |
| _float3 | 2 | |
| _float4 | 3 | |
| _matrix4x4 | 4 | |
| _Texture2D | 5 | |
| FirstObjectType | 5 | |
| _Texture3D | 6 | |
| _TextureCube | 7 | |
| _Texture2DArray | 8 | |
| _SamplerState | 9 | |
| _CUSTOM | 10 |