elyctech / web-gill

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

Determine How To Remove Hard-coded Buffer Usage #4

Open dawsonc623 opened 7 years ago

dawsonc623 commented 7 years ago

When creating buffers per attribute, the attribute takes a usage parameter to optimize performance. Currently, the usage is hard-coded inside of the WebGLService implementation.

dawsonc623 commented 7 years ago

5 may resolve this, or at the very least it will give a direction for this issue.