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