HomeSort by relevance Sort by last modified time
    Searched defs:glUniform3 (Results 1 - 2 of 2) sorted by null

  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglGL20.java 701 GL20.glUniform3(location, v);
705 GL20.glUniform3(location, toFloatBuffer(v, offset, count * 3));
713 GL20.glUniform3(location, v);
717 GL20.glUniform3(location, toIntBuffer(v, offset, count * 3));
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 715 milliseconds