How to overwrite attributes in glsl POP

trying to figure out the syntax for overwriting an attribute that wasn’t created by the glsl pop

first page. output attributes then the syntax is
attribute[id] = value; just like with created values

1 Like