We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35647e9 commit ace6861Copy full SHA for ace6861
API.md
@@ -755,6 +755,7 @@ Each attribute can have any of the following optional properties,
755
| `normalized` | Whether the pointer is normalized | `false` |
756
| `size` | The size of the vertex attribute | Inferred from shader |
757
| `divisor` | Sets `gl.vertexAttribDivisorANGLE` | `0` \* |
758
+| `type` | Data type (see [buffer constructor](#buffer-constructor) for options) | Inferred from buffer |
759
760
**Notes**
761
0 commit comments