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

Unified Diff: samples/o3d-webgl/param_object.js

Issue 2803007: o3d-webgl: convolution shader and error texture. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 10 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
« no previous file with comments | « samples/o3d-webgl/param_array.js ('k') | samples/o3d-webgl/sampler.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/o3d-webgl/param_object.js
===================================================================
--- samples/o3d-webgl/param_object.js (revision 52210)
+++ samples/o3d-webgl/param_object.js (working copy)
@@ -109,6 +109,7 @@
var param = new o3d.global.o3d[param_type_name];
param.gl = this.gl;
param.owner_ = this;
+ param.name = param_name;
this.params_[param_name] = param;
return this.filterResult_(this.params_[param_name]);
};
« no previous file with comments | « samples/o3d-webgl/param_array.js ('k') | samples/o3d-webgl/sampler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698