Skip to content

Commit 5b9ade8

Browse files
authored
Add AccelerationStructure to WGSL write_value_type (#5261)
1 parent 440574f commit 5b9ade8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

naga/src/back/wgsl/writer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ impl<W: Write> Writer<W> {
593593
}
594594
write!(self.out, ">")?;
595595
}
596+
TypeInner::AccelerationStructure => write!(self.out, "acceleration_structure")?,
596597
_ => {
597598
return Err(Error::Unimplemented(format!("write_value_type {inner:?}")));
598599
}

0 commit comments

Comments
 (0)