Home | History | Annotate | Download | only in shader

Lines Matching defs:oc

126             OutputCapsule oc = ex.getCapsule(this);

127 oc.write(shaderType, "shaderType", null);
128 oc.write(name, "name", null);
129 oc.write(source, "source", null);
130 oc.write(defines, "defines", null);
246 OutputCapsule oc = ex.getCapsule(this);
247 oc.write(language, "language", null);
248 oc.writeSavableArrayList(shaderList, "shaderList", null);
249 oc.writeIntSavableMap(attribs, "attribs", null);
250 oc.writeStringSavableMap(uniforms, "uniforms", null);