Bug 254162

Summary: [WebGPU] WGPUTextureFormat_Stencil8 is not depth renderable
Product: WebKit Reporter: Mike Wyrzykowski <mwyrzykowski>
Component: WebGPUAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Mike Wyrzykowski
Reported 2023-03-20 10:01:45 PDT
WGPUTextureFormat_Stencil8 is not depth renderable as MTLPixelFormatStencil8 is not in Metal. We can probably just use MTLPixelFormatX32_Stencil8 in place of MTLPixelFormatStencil8
Attachments
Radar WebKit Bug Importer
Comment 1 2023-03-20 10:02:37 PDT
Mike Wyrzykowski
Comment 2 2023-03-20 12:46:38 PDT
EWS
Comment 3 2023-03-20 22:22:57 PDT
Committed 261907@main (76b7c6ce160c): <https://commits.webkit.org/261907@main> Reviewed commits have been landed. Closing PR #11725 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.