5bbd44c0
by Henri Verbeet at 2025-08-21T16:02:44+02:00
vkd3d-shader: Implement scanning compute shader thread group size information.
Metal doesn't allow the thread group size to be specified by shaders,
instead requiring it to be specified by the dispatch API.