OSDN Git Service

removed incomplete shader graph impl
authorbadlogic <badlogicgames@gmail.com>
Sun, 8 Sep 2013 14:26:00 +0000 (16:26 +0200)
committerbadlogic <badlogicgames@gmail.com>
Sun, 8 Sep 2013 14:26:00 +0000 (16:26 +0200)
commitc8bcebae165d7746928ca49a6fe87c7b5545e780
tree384dcad242fc77ea2111ac42797a9e9be19d41f2
parent55c68e81adde8f159ae95fb32db1cc91d70296af
removed incomplete shader graph impl
gdx/src/com/badlogic/gdx/graphics/g3d/shaders/graph/ShaderConnection.java [deleted file]
gdx/src/com/badlogic/gdx/graphics/g3d/shaders/graph/ShaderDefine.java [deleted file]
gdx/src/com/badlogic/gdx/graphics/g3d/shaders/graph/ShaderGraph.java [deleted file]
gdx/src/com/badlogic/gdx/graphics/g3d/shaders/graph/ShaderInput.java [deleted file]
gdx/src/com/badlogic/gdx/graphics/g3d/shaders/graph/ShaderNode.java [deleted file]
gdx/src/com/badlogic/gdx/graphics/g3d/shaders/graph/ShaderNodeBuilder.java [deleted file]
gdx/src/com/badlogic/gdx/graphics/g3d/shaders/graph/ShaderOutput.java [deleted file]
gdx/src/com/badlogic/gdx/graphics/g3d/shaders/graph/UniformNode.java [deleted file]
tests/gdx-tests-lwjgl/src/com/badlogic/gdx/tests/lwjgl/LwjglDebugStarter.java
tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/graph/ShaderGraphTest.java [deleted file]