mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
spirv_type: fix copy-paste mistake regarding InterfaceBlock
.
This commit is contained in:
parent
4395b84114
commit
2b4037832f
@ -518,7 +518,7 @@ impl fmt::Debug for SpirvTypePrinter<'_, '_> {
|
||||
.finish(),
|
||||
|
||||
SpirvType::InterfaceBlock { inner_type } => f
|
||||
.debug_struct("SampledImage")
|
||||
.debug_struct("InterfaceBlock")
|
||||
.field("id", &self.id)
|
||||
.field("inner_type", &self.cx.debug_type(inner_type))
|
||||
.finish(),
|
||||
|
Loading…
Reference in New Issue
Block a user