tsherif/picogl.js

Program constructor docs inaccurate

Opened this issue · 1 comments

Looking through the code for Program, I noticed the docs there listed the wrong arguments. Happy to open a PR for this a bit later - just wanted to log the issue before I forgot about it.

Note that those aren't arguments, since the Program constructor isn't meant to be used directly. Those are properties of Program objects, but it's true that the list is incomplete.