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

Unified Diff: plugin/idl/file_request.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
Index: plugin/idl/file_request.idl
===================================================================
--- plugin/idl/file_request.idl (revision 20922)
+++ plugin/idl/file_request.idl (working copy)
@@ -76,7 +76,14 @@
texture.
%]
[getter=texture] Texture? texture;
+
%[
+ On completion of successful RawData file loads, this holds the loaded
+ RawData.
+ %]
+ [getter=data] RawData? data;
+
+ %[
Whether or not to generate mip-maps on textures that are loaded (default:
true). Mip-maps are not generated for DXTC textures. DDS files can contain
pre-computed mip-maps for DXTC textures though.

Powered by Google App Engine
This is Rietveld 408576698