Merge "Cache element type in allocation." into jb-mr1-dev
diff --git a/lib/Renderscript/runtime/rs_structs.h b/lib/Renderscript/runtime/rs_structs.h
index bef849c..710dd31 100644
--- a/lib/Renderscript/runtime/rs_structs.h
+++ b/lib/Renderscript/runtime/rs_structs.h
@@ -43,6 +43,7 @@
             int32_t surfaceTextureID;
             void * wndSurface;
             void * surfaceTexture;
+            rs_data_type eType;
         } state;
 
         struct DrvState {