diff options
Diffstat (limited to 'rs')
-rw-r--r-- | rs/java/android/renderscript/Type.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rs/java/android/renderscript/Type.java b/rs/java/android/renderscript/Type.java index 1b5f1a2..ce7f571 100644 --- a/rs/java/android/renderscript/Type.java +++ b/rs/java/android/renderscript/Type.java @@ -216,6 +216,7 @@ public class Type extends BaseObj { } /** + * @hide * Utility function for creating basic 1D types. The type is * created without mipmaps enabled. * @@ -239,6 +240,7 @@ public class Type extends BaseObj { } /** + * @hide * Utility function for creating basic 2D types. The type is * created without mipmaps or cubemaps. * @@ -264,6 +266,7 @@ public class Type extends BaseObj { } /** + * @hide * Utility function for creating basic 3D types. The type is * created without mipmaps. * |