Enum VfxRegisterType ​
Namespace: ValveResourceFormat.CompiledShader
Assembly: ValveResourceFormat.dll
Shader register types.
csharp
public enum VfxRegisterTypeFields ​
Bool = 1
Int4 = 2
Float4 = 3
Texture = 4
RenderState = 5
SamplerState = 6
InputTexture = 7
ConstantBuffer = 8
Uav = 9
DescriptorSet = 10
PushConstantBuffer = 11
TextureIndex = 12
SamplerIndex = 13

