mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Populate sampling pairs for validation (#2188)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user