]> Chaos Git - corbenik/ctrulib.git/commit
Add new GPU examples
authorfincs <fincs.alt1@gmail.com>
Wed, 22 Jul 2015 17:41:59 +0000 (19:41 +0200)
committerfincs <fincs.alt1@gmail.com>
Wed, 22 Jul 2015 17:41:59 +0000 (19:41 +0200)
commitbf7d686e8876c00e74e9c2f3745b3314c5eacbb1
tree2b216395130b874ef75300af32ebe8e47feab3fd
parent10b81077e3b752b57c10f00771b8f94e33a42ec7
Add new GPU examples
35 files changed:
examples/gpu/README.md [deleted file]
examples/gpu/data/test.vsh [deleted file]
examples/gpu/data/texture.bin [deleted file]
examples/gpu/source/_gs.s [deleted file]
examples/gpu/source/gs.c [deleted file]
examples/gpu/source/gs.h [deleted file]
examples/gpu/source/main.c [deleted file]
examples/gpu/source/math.c [deleted file]
examples/gpu/source/math.h [deleted file]
examples/graphics/gpu/geoshader/Makefile [moved from examples/gpu/Makefile with 89% similarity]
examples/graphics/gpu/geoshader/README.md [new file with mode: 0644]
examples/graphics/gpu/geoshader/source/3dmath.c [new file with mode: 0644]
examples/graphics/gpu/geoshader/source/3dmath.h [new file with mode: 0644]
examples/graphics/gpu/geoshader/source/gpu.c [new file with mode: 0644]
examples/graphics/gpu/geoshader/source/gpu.h [new file with mode: 0644]
examples/graphics/gpu/geoshader/source/gshader.pica [new file with mode: 0644]
examples/graphics/gpu/geoshader/source/main.c [new file with mode: 0644]
examples/graphics/gpu/geoshader/source/vshader.pica [new file with mode: 0644]
examples/graphics/gpu/simple_tri/Makefile [new file with mode: 0644]
examples/graphics/gpu/simple_tri/README.md [new file with mode: 0644]
examples/graphics/gpu/simple_tri/source/3dmath.c [new file with mode: 0644]
examples/graphics/gpu/simple_tri/source/3dmath.h [new file with mode: 0644]
examples/graphics/gpu/simple_tri/source/gpu.c [new file with mode: 0644]
examples/graphics/gpu/simple_tri/source/gpu.h [new file with mode: 0644]
examples/graphics/gpu/simple_tri/source/main.c [new file with mode: 0644]
examples/graphics/gpu/simple_tri/source/vshader.pica [new file with mode: 0644]
examples/graphics/gpu/textured_cube/Makefile [new file with mode: 0644]
examples/graphics/gpu/textured_cube/README.md [new file with mode: 0644]
examples/graphics/gpu/textured_cube/data/kitten.bin [new file with mode: 0644]
examples/graphics/gpu/textured_cube/source/3dmath.c [new file with mode: 0644]
examples/graphics/gpu/textured_cube/source/3dmath.h [new file with mode: 0644]
examples/graphics/gpu/textured_cube/source/gpu.c [new file with mode: 0644]
examples/graphics/gpu/textured_cube/source/gpu.h [new file with mode: 0644]
examples/graphics/gpu/textured_cube/source/main.c [new file with mode: 0644]
examples/graphics/gpu/textured_cube/source/vshader.pica [new file with mode: 0644]