Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
spv.exportFunctions.comp
blob: 9332c65b61bd9cbe9e304ab83562c79dc73b9e0b [
file
] [
log
] [
blame
]
#version 450
float
add
(
float
a
,
float
b
)
{
return
a
+
b
;
}
int
foo
()
{
return
0
;
}