Enum VariableType
Possible types of variables.
Namespace: VRLabs.ModularShaderSystem
Syntax
public enum VariableType
Fields
Name | Description |
---|---|
Custom | |
Float | |
Float2 | |
Float3 | |
Float4 | |
Half | |
Half2 | |
Half3 | |
Half4 | |
Int | |
Sampler2D | |
Sampler3D | |
SamplerCUBE | |
Texture2D | |
Texture2DArray | |
Texture2DMS | |
Texture3D | |
TextureCube | |
TextureCubeArray | |
UnityTex2D | |
UnityTex2DArray | |
UnityTex2DArrayNoSampler | |
UnityTex2DNoSampler | |
UnityTex3D | |
UnityTex3DNoSampler | |
UnityTexCube | |
UnityTexCubeArray | |
UnityTexCubeArrayNoSampler | |
UnityTexCubeNoSampler |