Home | History | Annotate | Download | only in driver

Lines Matching refs:attribs

816     RsdVertexArray::Attrib attribs[2];
817 attribs[0].set(GL_FLOAT, 3, 12, false, (size_t)vtx, "ATTRIB_position");
818 attribs[1].set(GL_FLOAT, 2, 8, false, (size_t)tex, "ATTRIB_texture0");
820 RsdVertexArray va(attribs, 2);