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

Unified Diff: samples/convolution.html

Issue 274042: Remove pack from calls to texture.getRenderSurface... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 2 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/beachdemo/beachdemo.js ('k') | samples/render-targets.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/convolution.html
===================================================================
--- samples/convolution.html (revision 28938)
+++ samples/convolution.html (working copy)
@@ -233,7 +233,7 @@
}
function createRenderSurfaceSet(texture) {
- var renderSurface = texture.getRenderSurface(0, g_pack);
+ var renderSurface = texture.getRenderSurface(0);
// Create the depth-stencil buffer required when rendering this pass.
var depthSurface = g_pack.createDepthStencilSurface(RENDER_TARGET_WIDTH,
« no previous file with comments | « samples/beachdemo/beachdemo.js ('k') | samples/render-targets.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698