]> Chaos Git - corbenik/ctrulib.git/commitdiff
Added GPU_CLAMP_TO_BORDER and GPU_MIRRORED_REPEAT
authorLectem <lectem@gmail.com>
Tue, 7 Jul 2015 20:25:00 +0000 (22:25 +0200)
committerLectem <lectem@gmail.com>
Tue, 7 Jul 2015 20:25:00 +0000 (22:25 +0200)
libctru/include/3ds/gpu/gpu.h

index 1d7913818be1ef35f80fc8ee8079e27acbf1a54c..a514401137bdb91d25456a8943527e4cd9edd9ea 100644 (file)
@@ -41,8 +41,10 @@ typedef enum
 
 typedef enum
 {
-       GPU_CLAMP_TO_EDGE = 0x0,
-       GPU_REPEAT = 0x2,
+       GPU_CLAMP_TO_EDGE   = 0x0,
+       GPU_CLAMP_TO_BORDER = 0x1,
+       GPU_REPEAT          = 0x2,
+       GPU_MIRRORED_REPEAT = 0x3,
 }GPU_TEXTURE_WRAP_PARAM;
 
 typedef enum