[Webkit-unassigned] [Bug 87029] Expose OES_depth_texture extension to WebGL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 21:45:04 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87029





--- Comment #4 from Gregg Tavares <gman at google.com>  2012-05-30 21:45:03 PST ---
Me? I suppose I can but we don't have OES_depth_texture. We have ANGLE_depth_texture which has different restrictions.

No cubemaps
No uploading data (TexImage2D must be passed NULL, TexSubImage2D always generats INVALID_OP)
No copying (CopyTexImage2D, CopySubTexImage2D) always generate INVALID_OP

I don't think that should be exposed as OES_depth_texture since it's not OES_depth_texture

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list