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. |