OSDN Git Service

Fix pragma to use short names. A previous rs change cleaned stateFragmentStore to...
authorJason Sams <rjsams@android.com>
Mon, 5 Oct 2009 21:37:53 +0000 (14:37 -0700)
committerJason Sams <rjsams@android.com>
Mon, 5 Oct 2009 21:37:53 +0000 (14:37 -0700)
res/raw/fall.rs
res/raw/galaxy.rs
res/raw/grass.rs

index af1ed85..c898645 100644 (file)
@@ -15,7 +15,7 @@
 #pragma version(1)
 #pragma stateVertex(PVSky)
 #pragma stateFragment(PFBackground)
-#pragma stateFragmentStore(PFSBackground)
+#pragma stateStore(PFSBackground)
 
 #define RSID_STATE 0
 #define RSID_RIPPLE_MAP 1
index 8c0c170..09c387a 100644 (file)
@@ -16,7 +16,7 @@
 #pragma stateVertex(PVBackground)
 #pragma stateRaster(parent)
 #pragma stateFragment(PFBackground)
-#pragma stateFragmentStore(PFSBackground)
+#pragma stateStore(PFSBackground)
 
 #define ELLIPSE_RATIO 0.892f
 
index 10f1ae1..09a5ecb 100644 (file)
@@ -15,7 +15,7 @@
 #pragma version(1)
 #pragma stateVertex(PVBackground)
 #pragma stateFragment(PFBackground)
-#pragma stateFragmentStore(PFSBackground)
+#pragma stateStore(PFSBackground)
 
 #define RSID_STATE 0
 #define RSID_BLADES 1