]> Chaos Git - corbenik/ctrulib.git/commitdiff
added gpu examples to doc
authorLectem <lectem@gmail.com>
Thu, 23 Jul 2015 20:41:13 +0000 (22:41 +0200)
committerLectem <lectem@gmail.com>
Thu, 23 Jul 2015 20:41:13 +0000 (22:41 +0200)
libctru/include/3ds.h

index d43bfe59159bd255e6cee5f2009023b9e22905f5..9b54fd1eddfb2419d3f1f9d22b99534592bb9e31 100644 (file)
@@ -53,12 +53,52 @@ extern "C" {
  * @example app_launch/source/main.c
  * @example audio/mic/source/main.c
  * @example get_system_language/source/main.c
- * @example gpu/source/main.c
  * @example graphics/bitmap/24bit-color/source/main.c
  * @example graphics/printing/hello-world/source/main.c
  * @example graphics/printing/both-screen-text/source/main.c
  * @example graphics/printing/colored-text/source/main.c
  * @example graphics/printing/multiple-windows-text/source/main.c
+
+ * @example graphics/gpu/geoshader/source/main.c
+   graphics/gpu/geoshader/source/gpu.h
+   @include graphics/gpu/geoshader/source/gpu.h
+   graphics/gpu/geoshader/source/gpu.c
+   @include graphics/gpu/geoshader/source/gpu.c
+   graphics/gpu/geoshader/source/3dmath.h
+   @include graphics/gpu/geoshader/source/3dmath.h
+   graphics/gpu/geoshader/source/3dmath.c
+   @include graphics/gpu/geoshader/source/3dmath.c
+   graphics/gpu/geoshader/source/vshader.pica
+   @include graphics/gpu/geoshader/source/vshader.pica
+   graphics/gpu/geoshader/source/gshader.pica
+   @include graphics/gpu/geoshader/source/gshader.pica
+
+   
+ * @example graphics/gpu/simple_tri/source/main.c
+   graphics/gpu/simple_tri/source/gpu.h
+   @include graphics/gpu/simple_tri/source/gpu.h
+   graphics/gpu/simple_tri/source/gpu.c
+   @include graphics/gpu/simple_tri/source/gpu.c
+   graphics/gpu/simple_tri/source/3dmath.h
+   @include graphics/gpu/simple_tri/source/3dmath.h
+   graphics/gpu/simple_tri/source/3dmath.c
+   @include graphics/gpu/simple_tri/source/3dmath.c
+   graphics/gpu/simple_tri/source/vshader.pica
+   @include graphics/gpu/simple_tri/source/vshader.pica
+
+   
+ * @example graphics/gpu/textured_cube/source/main.c
+   graphics/gpu/textured_cube/source/gpu.h
+   @include graphics/gpu/textured_cube/source/gpu.h
+   graphics/gpu/textured_cube/source/gpu.c
+   @include graphics/gpu/textured_cube/source/gpu.c
+   graphics/gpu/textured_cube/source/3dmath.h
+   @include graphics/gpu/textured_cube/source/3dmath.h
+   graphics/gpu/textured_cube/source/3dmath.c
+   @include graphics/gpu/textured_cube/source/3dmath.c
+   graphics/gpu/textured_cube/source/vshader.pica
+   @include graphics/gpu/textured_cube/source/vshader.pica
+
  * @example http/source/main.c
  * @example input/read-controls/source/main.c
  * @example input/touch-screen/source/main.c