elyctech / web-gill

Gill is a WebGL-based rendering utility.
MIT License
0 stars 0 forks source link

Determine How WebGLActiveInfo's size Property Should Be Used If At All #18

Open dawsonc623 opened 7 years ago

dawsonc623 commented 7 years ago

When extracting attributes and uniforms from WebGLPrograms, the provided GillWebglService uses WebGLActiveInfo objects to detect a number of things about the attribute or uniform being extracted. One of the properties available is size, but so far I have not found a use for it, so it is being ignored.