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

Unified Diff: plugin/idl/texture.idl

Issue 5591006: Add an API to allow JavaScript to determine the framerate of individual dynam... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years 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
« no previous file with comments | « core/win/d3d9/texture_d3d9.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/idl/texture.idl
===================================================================
--- plugin/idl/texture.idl (revision 66674)
+++ plugin/idl/texture.idl (working copy)
@@ -109,6 +109,16 @@
[getter, getter, setter] bool alpha_is_one;
%[
+ The count of total updates made to this texture.
+ %]
+ [getter] int update_count;
+
+ %[
+ The count of updates made to this texture that were rendered to the screen.
+ %]
+ [getter] int render_count;
+
+ %[
Generates Mips.
\param source_level the mip to use as the source.
\param num_levels the number of mips from the source to generate.
« no previous file with comments | « core/win/d3d9/texture_d3d9.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698