| 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,
|
|
|