Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(928)

Unified Diff: plugin/idl/pack.idl

Issue 149784: Add RawData request in preparation for manual loading of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« plugin/cross/async_loading.cc ('K') | « plugin/idl/file_request.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/idl/pack.idl
===================================================================
--- plugin/idl/pack.idl (revision 20922)
+++ plugin/idl/pack.idl (working copy)
@@ -270,8 +270,11 @@
[userglue_getter, getter] ObjectBaseArray objects_;
%[
- Creates a FileRequest to be used to asynchronously load a Texture.
- \param type Must be "TEXTURE"
+ Creates a FileRequest to be used to asynchronously load a Texture or
+ RawData. Note: Loading a "TEXTURE" is deprecated. The recommended way to
+ load a texture is to load a RawData, use that to create Bitmap, Massage
+ the Bitmap to your liking the use that to create a Texture.
+ \param type Must be "TEXTURE" or "RAWDATA"
\return a FileRequest
%]
[noccp, userglue] FileRequest? CreateFileRequest(String type);
« plugin/cross/async_loading.cc ('K') | « plugin/idl/file_request.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698