diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-12 02:07:09 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-12 02:07:09 +0000 |
commit | d734f220da466c52f94423acc91bb347ef8811dd (patch) | |
tree | fa9422e17f016b5149888537be8f2ac0992a3918 /o3d/plugin/idl/bitmap.idl | |
parent | 95853f348dddde2cae8eb9f8c3ca04cd1754c430 (diff) | |
download | chromium_src-d734f220da466c52f94423acc91bb347ef8811dd.zip chromium_src-d734f220da466c52f94423acc91bb347ef8811dd.tar.gz chromium_src-d734f220da466c52f94423acc91bb347ef8811dd.tar.bz2 |
A few more cleanup items for bitmap and
message_Commands
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/idl/bitmap.idl')
-rw-r--r-- | o3d/plugin/idl/bitmap.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/o3d/plugin/idl/bitmap.idl b/o3d/plugin/idl/bitmap.idl index 76cca4c..b2fd6b6 100644 --- a/o3d/plugin/idl/bitmap.idl +++ b/o3d/plugin/idl/bitmap.idl @@ -75,7 +75,8 @@ class Bitmap : ParamObject { %[
Generates mip maps from the source level to lower levels.
- You can currently only use this on XRGB8 and ARGB8 textures.
+ You can not currently generate mips for DXT textures although you can load
+ them from dds files.
\param source_level The level to use as the source of the mips.
\param num_levels The number of levels to generate below the source level.
|