Bug 201384
Summary: | All non-2d textures are busted | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | WebGPU | Assignee: | Justin Fan <justin_fan> |
Status: | NEW | ||
Severity: | Normal | CC: | justin_fan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Myles C. Maxfield
We never hooked up GPUBindGroupLayoutBinding.textureDimension and GPUBindGroupLayoutBinding.textureComponentType to MTLArgumentDescriptor. This is required for all non-2d textures to work.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Justin Fan
Should also ensure MTLArgumentDescriptor.access is set to the correct values while we're at it.