Classes
WebGLActiveInfo
Information about a uniform or attribute, returned by
gl.getActiveUniform() / gl.getActiveAttrib().
See
https://developer.mozilla.org/docs/Web/API/WebGLActiveInfo
Properties
| Property | Modifier | Type |
|---|---|---|
name | readonly | string |
size | readonly | number |
type | readonly | number |