Searched defs:setVertexAttribute (Results 1 – 1 of 1) sorted by relevance
| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
| D | ShaderProgram.java | 646 …public void setVertexAttribute (String name, int size, int type, boolean normalize, int stride, Bu… in setVertexAttribute() method in ShaderProgram 654 …public void setVertexAttribute (int location, int size, int type, boolean normalize, int stride, B… in setVertexAttribute() method in ShaderProgram 669 …public void setVertexAttribute (String name, int size, int type, boolean normalize, int stride, in… in setVertexAttribute() method in ShaderProgram 677 …public void setVertexAttribute (int location, int size, int type, boolean normalize, int stride, i… in setVertexAttribute() method in ShaderProgram
|