@@ -0,0 +1,12 @@
+return {
+ summary = 'Get the depth of the Texture.',
+ description = 'Returns the depth of the Texture, or the number of images stored in the Texture.',
+ arguments = {},
+ returns = {
+ {
+ name = 'depth',
+ type = 'number',
+ description = 'The depth of the Texture.'
+ }
+}
@@ -12,6 +12,11 @@ return {
name = 'height',
type = 'number',
description = 'The height of the Texture, in pixels.'
+ },
+ description = 'The number of images stored in the Texture.'
}