Closed
Bug 1241702
Opened 9 years ago
Closed 9 years ago
Allow DEPTH_STENCIL as an RB format for WebGL 2
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(1 file)
1.14 KB,
patch
|
u480271
:
review+
|
Details | Diff | Splinter Review |
This is explicitly supported in the WebGL 2 spec.
Attachment #8710760 -
Flags: review?(jmuizelaar)
Comment on attachment 8710760 [details] [diff] [review]
0001-Allow-DEPTH_STENCIL-as-an-RB-sizedFormat.patch
Review of attachment 8710760 [details] [diff] [review]:
-----------------------------------------------------------------
with nit.
::: dom/canvas/WebGLFormats.cpp
@@ +833,4 @@
> AddSimpleUnsized(ptr, LOCAL_GL_RGB , LOCAL_GL_HALF_FLOAT_OES, EffectiveFormat::RGB16F );
> }
>
> +
Don't need the extra NL here.
Attachment #8710760 -
Flags: review?(jmuizelaar) → review+
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•