Home | History | Annotate | Download | only in shader

Lines Matching full:attribs

71     private IntMap<Attribute> attribs;

222 attribs = new IntMap<Attribute>();
236 //attribs = new IntMap<Attribute>();
249 oc.writeIntSavableMap(attribs, "attribs", null);
257 attribs = (IntMap<Attribute>) ic.readIntSavableMap("attribs", null);
265 * but have not been compiled yet. Does not copy the uniforms or attribs.
337 Attribute attrib = attribs.get(ordinal);
341 attribs.put(ordinal, attrib);
355 // return attribs.
407 for (Entry<Attribute> entry : attribs){