summaryrefslogtreecommitdiff
path: root/rsComponent.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-08-20 16:10:36 -0700
committerJason Sams <rjsams@android.com>2009-08-20 16:11:03 -0700
commite0158410a2fedef43f5a2848c28393ad611e8cad (patch)
treed80cc0175a9c6f455c2b8c79d9c158f8193e81d7 /rsComponent.h
parent9526cb155ef9b19c85f132e6921156f7a00c3f54 (diff)
downloadrs-e0158410a2fedef43f5a2848c28393ad611e8cad.tar.gz
Point Sprites
Diffstat (limited to 'rsComponent.h')
-rw-r--r--rsComponent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsComponent.h b/rsComponent.h
index 6342f1bc..58565246 100644
--- a/rsComponent.h
+++ b/rsComponent.h
@@ -34,13 +34,13 @@ public:
};
enum DataKind {
- NONE,
+ USER,
RED, GREEN, BLUE, ALPHA, LUMINANCE, INTENSITY,
X, Y, Z, W,
S, T, Q, R,
NX, NY, NZ,
INDEX,
- USER
+ POINT_SIZE
};