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