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
/
300link3.frag
camenduru
thanks to ncnn ❤
be903e2
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
74 Bytes
#version 300 es
precision
highp
float
;
out
vec4
color1;
void
main() {}