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

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

Issue 1092003: Fixed a lot of bugs with render surfaces and bitmaps. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 9 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/primitive.js ('k') | samples/o3d-webgl/shape.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/o3d-webgl/render_surface_set.js
===================================================================
--- samples/o3d-webgl/render_surface_set.js (revision 41482)
+++ samples/o3d-webgl/render_surface_set.js (working copy)
@@ -88,7 +88,7 @@
this.gl.framebufferRenderbuffer(
this.gl.FRAMEBUFFER,
- this.gl.DEPTH_STENCIL_ATTACHMENT,
+ this.gl.DEPTH_ATTACHMENT,
this.gl.RENDERBUFFER,
0);
« no previous file with comments | « samples/o3d-webgl/primitive.js ('k') | samples/o3d-webgl/shape.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698