Skip to content

Commit a273c79

Browse files
committed
add test shader for issue #213
1 parent 46594d7 commit a273c79

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

test/issue213_unused_ub.glsl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@vs vs
2+
layout(binding=0) uniform vs_params {
3+
float unused;
4+
};
5+
void main() {}
6+
@end
7+
8+
@fs fs
9+
void main() {}
10+
@end
11+
12+
@program shader vs fs

0 commit comments

Comments
 (0)