RESOLVED FIXED 194048
[WebGPU] Support GPUDepthStencilStateDescriptor
https://bugs.webkit.org/show_bug.cgi?id=194048
Summary [WebGPU] Support GPUDepthStencilStateDescriptor
Justin Fan
Reported 2019-01-30 14:32:19 PST
[WebGPU] Support GPUDepthStencilStateDescriptor
Attachments
Patch (34.15 KB, patch)
2019-01-30 14:47 PST, Justin Fan
no flags
Patch for landing (33.53 KB, patch)
2019-01-30 17:03 PST, Justin Fan
no flags
Justin Fan
Comment 1 2019-01-30 14:32:56 PST
Justin Fan
Comment 2 2019-01-30 14:47:52 PST
Dean Jackson
Comment 3 2019-01-30 14:56:35 PST
Comment on attachment 360626 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=360626&action=review > Source/WebCore/Modules/webgpu/WebGPUCompareFunction.h:34 > +using WebGPUCompareFunction = GPUCompareFunction; I wonder if we even need the ImplementedAs in this case, since we're actually using exactly the same thing. > Source/WebCore/Modules/webgpu/WebGPUDepthStencilStateDescriptor.h:34 > +using WebGPUDepthStencilStateDescriptor = GPUDepthStencilStateDescriptor; Same here.
Justin Fan
Comment 4 2019-01-30 16:07:43 PST
(In reply to Dean Jackson from comment #3) > Comment on attachment 360626 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=360626&action=review > > > Source/WebCore/Modules/webgpu/WebGPUCompareFunction.h:34 > > +using WebGPUCompareFunction = GPUCompareFunction; > > I wonder if we even need the ImplementedAs in this case, since we're > actually using exactly the same thing. > > > Source/WebCore/Modules/webgpu/WebGPUDepthStencilStateDescriptor.h:34 > > +using WebGPUDepthStencilStateDescriptor = GPUDepthStencilStateDescriptor; > > Same here. Same. I'm all for just using the GPU* versions.
Justin Fan
Comment 5 2019-01-30 17:03:39 PST
Created attachment 360650 [details] Patch for landing
WebKit Commit Bot
Comment 6 2019-01-30 18:15:12 PST
Comment on attachment 360650 [details] Patch for landing Clearing flags on attachment: 360650 Committed r240748: <https://trac.webkit.org/changeset/240748>
WebKit Commit Bot
Comment 7 2019-01-30 18:15:14 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.