summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl
diff options
context:
space:
mode:
authorgman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-08 21:57:02 +0000
committergman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-08 21:57:02 +0000
commit41db781dc31eb4609bd92dd7afbab063f97be2b6 (patch)
treea7ad323da69e880f38979c2a7d25ad175e79cda5 /o3d/plugin/idl
parent62f87b2aac8f06f8d0ab6e31564d9b7efcd4fbe5 (diff)
downloadchromium_src-41db781dc31eb4609bd92dd7afbab063f97be2b6.zip
chromium_src-41db781dc31eb4609bd92dd7afbab063f97be2b6.tar.gz
chromium_src-41db781dc31eb4609bd92dd7afbab063f97be2b6.tar.bz2
Add return type to docs for getRect
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/idl')
-rw-r--r--o3d/plugin/idl/texture.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/plugin/idl/texture.idl b/o3d/plugin/idl/texture.idl
index 062fe57..d74a386 100644
--- a/o3d/plugin/idl/texture.idl
+++ b/o3d/plugin/idl/texture.idl
@@ -228,6 +228,7 @@ namespace o3d {
\param y The y coordinate of the area in the texture to retrieve.
\param width The width of the area to retrieve.
\param height The height of the area to retrieve.
+ \return Array of pixel values.
%]
[nocpp, userglue]
float[] GetRect(int level,
@@ -370,6 +371,7 @@ namespace o3d {
\param y The y coordinate of the area in the texture to retrieve.
\param width The width of the area to retrieve.
\param height The height of the area to retrieve.
+ \return Array of pixel values.
%]
[nocpp, userglue]
float[] GetRect(CubeFace face,