elyctech / web-gill

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

Move Attribute and Uniform Type Configuration to Attribute Type Map Initialization #8

Open dawsonc623 opened 7 years ago

dawsonc623 commented 7 years ago

Currently, these definitions are placed along side the WebGLService initialization, but it is probably better to lump them in with the initialization of the map that is going to hold them anyway. Doing so may remove the need to expose run time customization of these types, which may or may not be a good thing.