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