mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-21 11:22:42 +00:00
Populate sampling pairs for validation (#2188)
This commit is contained in:
parent
39f3f08b55
commit
fca82ddd7e
@ -934,6 +934,11 @@ impl Interface {
|
||||
}
|
||||
}
|
||||
|
||||
for key in info.sampling_set.iter() {
|
||||
ep.sampling_pairs
|
||||
.insert((resource_mapping[&key.image], resource_mapping[&key.sampler]));
|
||||
}
|
||||
|
||||
ep.workgroup_size = entry_point.workgroup_size;
|
||||
|
||||
entry_points.insert((entry_point.stage, entry_point.name.clone()), ep);
|
||||
|
Loading…
Reference in New Issue
Block a user