Input | |
[FlagsAttribute] public enum InputLayoutType
| Member name | Value | Description |
|---|---|---|
| Position | 1 | Positions that are bound to the first input slot (slot index = 0) |
| Normal | 2 | Normals that are bound to the first input slot (slot index = 0) |
| TextureCoordinate | 4 | TextureCoordinates that are bound to the first input slot (slot index = 0) |
| Color3 | 8 | Color with RGB values that are bound to the first input slot (slot index = 0) |
| Color | 16 | Color with RGBA values that are bound to the first input slot (slot index = 0) |
| Color4 | 16 | Color with RGBA values that are bound to the first input slot (slot index = 0) |
| Tangent | 32 | Tangents that are bound to the first input slot (slot index = 0) |
| Bitangent | 64 | Bitangents that are bound to the first input slot (slot index = 0) |
| Position_Slot1 | 4,096 | Positions that are bound to second input slot (slot index = 1) |
| Normal_Slot1 | 8,192 | Normals that are bound to second input slot (slot index = 1) |
| TextureCoordinate_Slot1 | 16,384 | TextureCoordinates that are bound to second input slot (slot index = 1) |
| Color3_Slot1 | 32,768 | Color with RGB values that are bound to second input slot (slot index = 1) |
| Color_Slot1 | 65,536 | Color with RGBA values that are bound to second input slot (slot index = 1) |
| Color4_Slot1 | 65,536 | Color with RGBA values that are bound to second input slot (slot index = 1) |
| Tangent_Slot1 | 131,072 | Tangents that are bound to second input slot (slot index = 1) |
| Bitangent_Slot1 | 262,144 | Bitangents that are bound to second input slot (slot index = 1) |