OSDN Git Service

[added] SpritePerformanceTest
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 17 Nov 2010 22:38:15 +0000 (22:38 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 17 Nov 2010 22:38:15 +0000 (22:38 +0000)
commit938a5b1860782c073367237a0305db43da3289e5
treef55133950c6d02a8d3b033aa9a0c6065dd7d4803
parentd2b50db6b2fe2cdf76279de25613183f874fa18f
[added] SpritePerformanceTest
gdx/src/com/badlogic/gdx/graphics/Mesh.java
gdx/src/com/badlogic/gdx/graphics/SpriteBatch.java
gdx/src/com/badlogic/gdx/graphics/SpriteCache.java
gdx/src/com/badlogic/gdx/graphics/glutils/IndexBufferObject.java
gdx/src/com/badlogic/gdx/graphics/glutils/IndexBufferObjectSubData.java
gdx/src/com/badlogic/gdx/graphics/glutils/IndexData.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/SpritePerformanceTest.java [new file with mode: 0644]
tests/gdx-tests/src/com/badlogic/gdx/tests/utils/GdxTests.java