Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
ncnn
like
1
Model card
Files
Files and versions
Community
main
ncnn
/
glslang
/
Test
/
300link2.frag
camenduru
thanks to ncnn ❤
be903e2
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
174 Bytes
#version 300 es
precision
mediump
float
;
in
vec4
pos;
layout
(
location
=
1
)
out
vec4
c;
layout
(
location
=
5
)
out
vec4
p;
layout
(
location
=
9
)
out
vec4
q[
2
];
void
main()
{
}