xref
: /
aosp_15_r20
/
external
/
angle
/
third_party
/
glslang
/
src
/
Test
/
spv.exportFunctions.comp
(revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#version 450
2
3
float add(float a, float b) {
4
return a + b;
5
}
6
7
int foo() {
8
return 0;
9
}
10