diff options
Diffstat (limited to 'doc/resources.md')
-rw-r--r-- | doc/resources.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/resources.md b/doc/resources.md index 67fca4a..344101c 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -68,7 +68,7 @@ white except normals are zero. | `va_transmission` | `Res<[Float]>` | | | `va_emission` | `Res<[Vec3]>` | | | `va_joint_weight` | `Res<[[Float; 4]]>` | | -| `va_joint_index` | `Res<[[u16; 4]]>` | | +| `va_joint_index` | `Res<[[u32; 4]]>` | | | `tex_normal` | `Res<Texture>` | Use color channels | | `tex_roughness` | `Res<Texture>` | Use green channel | | `tex_metallic` | `Res<Texture>` | Use blue channel | |