In the provided GillWebglService, setAttributeType and setUniformType both simply obliterate previous configuration without any warning. Either this code should error out if the type is already configured, or it should be specified somewhere that the old configuration would be overwritten.
In the provided
GillWebglService
,setAttributeType
andsetUniformType
both simply obliterate previous configuration without any warning. Either this code should error out if the type is already configured, or it should be specified somewhere that the old configuration would be overwritten.