Bug 201384

Summary: All non-2d textures are busted
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: Justin Fan <justin_fan>
Status: NEW    
Severity: Normal CC: justin_fan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Myles C. Maxfield
Reported 2019-09-01 02:54:36 PDT
We never hooked up GPUBindGroupLayoutBinding.textureDimension and GPUBindGroupLayoutBinding.textureComponentType to MTLArgumentDescriptor. This is required for all non-2d textures to work.
Attachments
Justin Fan
Comment 1 2019-09-03 10:32:18 PDT
Should also ensure MTLArgumentDescriptor.access is set to the correct values while we're at it.
Note You need to log in before you can comment on or make changes to this bug.