Restrict capabilities to WebGPU spec (#2113)
Restrict capabilities to WebGPU spec This covers whitelisting Matrix, Shader, Sampled1D, Image1D, DerivativeControl, and ImageQuery. These are the allowed capabilities that don't require an extension. Whitelisting VulkanMemoryModelKHR will be handled by whitelisting its extension in a seperate patch. Fixes #2101
Loading
Please register or sign in to comment