Skip to content

Commit a2c8c0d

Browse files
docs(core): add (one among others) spec. citation for logic in Interface::check_stage
1 parent 6880146 commit a2c8c0d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wgpu-core/src/validation.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,8 @@ impl Interface {
12131213
})
12141214
}
12151215

1216+
/// Among other things, this implements some validation logic defined by the WebGPU spec. at
1217+
/// <https://www.w3.org/TR/webgpu/#abstract-opdef-validating-inter-stage-interfaces>.
12161218
pub fn check_stage(
12171219
&self,
12181220
layouts: &mut BindingLayoutSource<'_>,

0 commit comments

Comments
 (0)