Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 6eddafa

Browse files
committed
BindingArrays - glsl-out
1 parent 5b7703c commit 6eddafa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/back/glsl/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,8 @@ impl<'a, W: Write> Writer<'a, W> {
785785
TypeInner::Pointer { .. }
786786
| TypeInner::Struct { .. }
787787
| TypeInner::Image { .. }
788-
| TypeInner::Sampler { .. } => {
788+
| TypeInner::Sampler { .. }
789+
| TypeInner::BindingArray { .. } => {
789790
return Err(Error::Custom(format!("Unable to write type {:?}", inner)))
790791
}
791792
}

0 commit comments

Comments
 (0)