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

Unified Diff: samples/sobel.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/shadow-map.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/sobel.html
===================================================================
--- samples/sobel.html (revision 28938)
+++ samples/sobel.html (working copy)
@@ -182,7 +182,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/shadow-map.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698