Sign in
flutter
/
third_party
/
glslang
/
b53185b34e298b112153b630f1b49ed3a36fcfb2
/
.
/
Test
/
spv.exportFunctions.comp
blob: 9332c65b61bd9cbe9e304ab83562c79dc73b9e0b [
file
]
#version 450
float
add
(
float
a
,
float
b
)
{
return
a
+
b
;
}
int
foo
()
{
return
0
;
}