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

Unified Diff: samples/shadow-map.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/render-targets.html ('k') | samples/sobel.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/shadow-map.html
===================================================================
--- samples/shadow-map.html (revision 28938)
+++ samples/shadow-map.html (working copy)
@@ -168,7 +168,7 @@
g_o3d.Texture.ABGR32F,
1,
true);
- var renderSurface = g_shadowTexture.getRenderSurface(0, g_pack);
+ var renderSurface = g_shadowTexture.getRenderSurface(0);
// Create the depth-stencil buffer required when rendering the teapot.
var depthSurface = g_pack.createDepthStencilSurface(SHADOW_MAP_WIDTH,
« no previous file with comments | « samples/render-targets.html ('k') | samples/sobel.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698