Sign in
flutter
/
third_party
/
glslang
/
refs/heads/upstream/vulkan-sdk-1.4.335
/
.
/
Test
/
boolinput.error.frag
blob: b8a82d4be41f69d73999e4503565407f501cb17b [
file
] [
edit
]
#version 460
in
bool
a
;
struct
S
{
bool
b
;
};
in
S s
;
in
Block
{
bool
c
;
};
void
main
()
{
}