regl-project / regl

👑 Functional WebGL
https://regl-project.github.io/
MIT License
5.22k stars 322 forks source link

Default the keys for dynamic variable binding to the set of keys on the target type #632

Open maritaria opened 2 years ago

maritaria commented 2 years ago

By doing this users can specify the type they are using for props, context, this. But without the need to explicitly specify the key-set when they do so.

See also https://github.com/regl-project/regl/issues/602#issuecomment-959813684