diff options
Diffstat (limited to 'o3d/plugin/idl/pack.idl')
-rw-r--r-- | o3d/plugin/idl/pack.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/plugin/idl/pack.idl b/o3d/plugin/idl/pack.idl index 6880aed..3d63f6b 100644 --- a/o3d/plugin/idl/pack.idl +++ b/o3d/plugin/idl/pack.idl @@ -308,6 +308,8 @@ typedef Bitmap[] BitmapArray; \param generate_mips True if you want O3D to generate mip maps for the texture. \return the Texture + \sa o3d.Pack.createBitmapsFromRawData + @deprecated %] Texture? CreateTextureFromRawData(RawData raw_data, bool generate_mips); |